comparison dmd2/mars.c @ 797:340acf1535d0

Removed KDevelop3 project files, CMake can generate them just fine! Fixed function literals in static initializers. Changed alignment of delegates from 2*PTRSIZE to just PTRSIZE. Changed errors to go to stderr instead of stdout. Fairly major rewriting of struct/union/class handling, STILL A BIT BUGGY !!!
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sat, 29 Nov 2008 21:25:43 +0100
parents 9433bcc45837
children 8e6135be6999
comparison
equal deleted inserted replaced
796:6e7a4c3b64d2 797:340acf1535d0
1218 if (global.params.verbose) 1218 if (global.params.verbose)
1219 printf("inline scan %s\n", m->toChars()); 1219 printf("inline scan %s\n", m->toChars());
1220 m->inlineScan(); 1220 m->inlineScan();
1221 } 1221 }
1222 } 1222 }
1223 #endif
1223 if (global.errors) 1224 if (global.errors)
1224 fatal(); 1225 fatal();
1225 #endif
1226 1226
1227 // Generate output files 1227 // Generate output files
1228 for (i = 0; i < modules.dim; i++) 1228 for (i = 0; i < modules.dim; i++)
1229 { 1229 {
1230 m = (Module *)modules.data[i]; 1230 m = (Module *)modules.data[i];