Author: kjs Date: Tue Jan 6 05:44:34 2009 New Revision: 35033 Modified: trunk/compilers/pirc/src/pircompunit.c Log: [pirc] fix a /* in a comment. Modified: trunk/compilers/pirc/src/pircompunit.c ============================================================================== --- trunk/compilers/pirc/src/pircompunit.c (original) +++ trunk/compilers/pirc/src/pircompunit.c Tue Jan 6 05:44:34 2009 @@ -848,6 +848,7 @@ * * jumping to L1 is equivalent to jumping to L2 or L3; so when calculating * branch offsets, all three labels must yield the same offset. + */ /* store the labelname and its offset */ store_local_label(lexer, labelname, instr->offset);