]> git.pld-linux.org Git - packages/openjade.git/blame - openjade-types.patch
- BR: opensp-devel with gcc33 patch
[packages/openjade.git] / openjade-types.patch
CommitLineData
78dc28fa
JB
1--- openjade-20020409/style/FlowObj.cxx.orig Mon Aug 19 15:03:34 2002
2+++ openjade-20020409/style/FlowObj.cxx Mon Aug 19 16:12:24 2002
3@@ -3578,7 +3578,7 @@
4 #define FLOW_OBJ(name, string, feature) \
5 { FlowObj *tem = new (*this) name; \
6 /* Temporary debugging check.*/ \
7- ASSERT(sizeof(name) <= 32); \
8+ ASSERT(sizeof(name) <= 8*sizeof(void*)); \
9 makePermanent(tem); \
10 Identifier *ident = lookup(makeStringC(string)); \
11 ident->setFlowObj(tem); \
This page took 0.034511 seconds and 4 git commands to generate.