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