]> git.pld-linux.org Git - packages/openjade.git/blob - openjade-types.patch
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
[packages/openjade.git] / openjade-types.patch
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.056192 seconds and 3 git commands to generate.