Re: GLib and 64-bit Windows
- From: Jake Goulding <goulding vivisimo com>
- To: GTK Devel List <gtk-devel-list gnome org>
- Cc: muppet <scott asofyet org>
- Subject: Re: GLib and 64-bit Windows
- Date: Sat, 03 Mar 2007 17:34:37 -0500
Duh... of course. I always forget about -E (which is conveniently the
same for MSVCs cl.exe)
So, yeah, it is 0 cast to a void *. I figured it would be good, as most
of the tests ran fine, but always good to double check. :-D
muppet wrote:
Use the preprocessor to expand it for you:
$ gcc -E - <<EOF | tail -n1
> #include <stdio.h> /* NULL is defined somewhere in here */
> void *p = NULL;
> EOF
void *p = ((void *)0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]