search for: pedef

Displaying 2 results from an estimated 2 matches for "pedef".

Did you mean: pdef
2013 Oct 02
0
[LLVMdev] mode(byte)
why is this not legal in clang? pedef enum { C = 1, D = 2 } B; extern void abort (void); struct S { B __attribute__ ((mode (byte))) a; B __attribute__ ((mode (byte))) b; }; byte is an integer type in this gcc definition
2000 Aug 27
0
Patch for typo in os_types.h
...RCS file: /usr/local/cvsroot/vorbis/include/vorbis/os_types.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -r1.1.1.1 -r1.2 17c17 < last mod: $Id: os_types.h,v 1.1.1.1 2000/08/28 03:16:27 don Exp $ --- > last mod: $Id: os_types.h,v 1.2 2000/08/28 03:19:04 don Exp $ 29c29 < pedef _G_int64_t int64_t; --- > typedef _G_int64_t int64_t; --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/