Browse Source

Changes for gcc 4.3

rdb 17 years ago
parent
commit
0f83ba7fe1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      doc/makepanda/makepanda.py

+ 3 - 3
doc/makepanda/makepanda.py

@@ -716,9 +716,9 @@ DTOOL_CONFIG=[
     ("GLOBAL_ARGC",                    '__argc',                 'UNDEF'),
     ("HAVE_IO_H",                      '1',                      'UNDEF'),
     ("HAVE_IOSTREAM",                  '1',                      '1'),
-    ("HAVE_STRING_H"                   'UNDEF'                   '1'),
-    ("HAVE_LIMITS_H"                   'UNDEF'                   '1'),
-    ("HAVE_STDLIB_H"                   'UNDEF'                   '1'),
+    ("HAVE_STRING_H",                  'UNDEF',                  '1'),
+    ("HAVE_LIMITS_H",                  'UNDEF',                  '1'),
+    ("HAVE_STDLIB_H",                  'UNDEF',                  '1'),
     ("HAVE_MALLOC_H",                  '1',                      '1'),
     ("HAVE_SYS_MALLOC_H",              'UNDEF',                  'UNDEF'),
     ("HAVE_ALLOCA_H",                  'UNDEF',                  '1'),