comparison dmd/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 dce4b4ea2aee
children 8e6135be6999
comparison
equal deleted inserted replaced
796:6e7a4c3b64d2 797:340acf1535d0
1194 if (global.params.verbose) 1194 if (global.params.verbose)
1195 printf("inline scan %s\n", m->toChars()); 1195 printf("inline scan %s\n", m->toChars());
1196 m->inlineScan(); 1196 m->inlineScan();
1197 } 1197 }
1198 } 1198 }
1199 #endif
1199 if (global.errors) 1200 if (global.errors)
1200 fatal(); 1201 fatal();
1201 #endif
1202 1202
1203 // Generate output files 1203 // Generate output files
1204 for (i = 0; i < modules.dim; i++) 1204 for (i = 0; i < modules.dim; i++)
1205 { 1205 {
1206 m = (Module *)modules.data[i]; 1206 m = (Module *)modules.data[i];