ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/contrib/setup-win32.h
(Generate patch)

Comparing ircd-hybrid-7.2/contrib/setup-win32.h (file contents):
Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 309 by adx, Fri Dec 9 11:25:44 2005 UTC

# Line 32 | Line 32
32   #define _WIN32
33   #endif
34  
35 + /* bison will generate broken syntax unless we define this */
36 + #ifndef __STDC__
37 + #define __STDC__ 1
38 + #endif
39 +
40   /* Size of the ban heap. */
41   #define BAN_HEAP_SIZE 128
42  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines