| # | Line 7 | Line 7 | BendStamp::BendStamp(){ | |
|---|---|---|
| 7 | ||
| 8 | have_mbrs = 0; | |
| 9 | have_constraint = 0; | |
| 10 | + | isGhost = 0; |
| 11 | ||
| 12 | unhandled = NULL; | |
| 13 | have_extras = 0; | |
| # | Line 32 | Line 33 | void BendStamp::assignString( char* lhs, char* rhs ){ | |
| 33 | } | |
| 34 | ||
| 35 | void BendStamp::assignString( char* lhs, char* rhs ){ | |
| 36 | < | |
| 36 | > | |
| 37 | > | if |
| 38 | > | |
| 39 | if( unhandled == NULL ) unhandled = new LinkedAssign( lhs, rhs ); | |
| 40 | else unhandled->add( lhs, rhs ); | |
| 41 | have_extras = 1; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |