comparison dmd/declaration.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 041c1596d217
children 29c0d1194033
comparison
equal deleted inserted replaced
796:6e7a4c3b64d2 797:340acf1535d0
622 canassign = 0; 622 canassign = 0;
623 value = NULL; 623 value = NULL;
624 624
625 // LDC 625 // LDC
626 anonDecl = NULL; 626 anonDecl = NULL;
627 offset2 = 0;
627 } 628 }
628 629
629 Dsymbol *VarDeclaration::syntaxCopy(Dsymbol *s) 630 Dsymbol *VarDeclaration::syntaxCopy(Dsymbol *s)
630 { 631 {
631 //printf("VarDeclaration::syntaxCopy(%s)\n", toChars()); 632 //printf("VarDeclaration::syntaxCopy(%s)\n", toChars());