Changeset c656484 in git
- Timestamp:
- Apr 7, 1998, 10:30:32 AM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- cd2f5e2948555e751112c93ee435bc8faeb7025f
- Parents:
- f5581d242f4bb41b28e320ce50de190b7dffe936
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ChangeLog
rf5581d rc656484 1 Tue Apr 7 10:27:50 MET DST 1998 hannes 2 * fixed scanner bug: ignoring { and } in <block> (scanner.l) 3 1 4 1998-04-06 Olaf Bachmann <obachman@mathematik.uni-kl.de> 2 5 -
Singular/scanner.l
rf5581d rc656484 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 /* $Id: scanner.l,v 1.1 1 1998-04-01 19:00:49Singular Exp $ */5 /* $Id: scanner.l,v 1.12 1998-04-07 08:30:32 Singular Exp $ */ 6 6 #include <stdio.h> 7 7 #include <string.h> … … 188 188 } 189 189 <block>[^\{\}\"]* { yymore(); } 190 <block>\/\/[^\n]* { yymore(); } 190 191 <block>"{" { blocknest++; yymore(); } 191 192 <block>"}" {
Note: See TracChangeset
for help on using the changeset viewer.