comparison dmd2/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 f04dde6e882c
children 75c53f8f67a4
comparison
equal deleted inserted replaced
796:6e7a4c3b64d2 797:340acf1535d0
616 value = NULL; 616 value = NULL;
617 scope = NULL; 617 scope = NULL;
618 618
619 // LDC 619 // LDC
620 anonDecl = NULL; 620 anonDecl = NULL;
621 offset2 = 0;
621 } 622 }
622 623
623 Dsymbol *VarDeclaration::syntaxCopy(Dsymbol *s) 624 Dsymbol *VarDeclaration::syntaxCopy(Dsymbol *s)
624 { 625 {
625 //printf("VarDeclaration::syntaxCopy(%s)\n", toChars()); 626 //printf("VarDeclaration::syntaxCopy(%s)\n", toChars());