Mercurial > hg > xemacs-beta
comparison src/regex.h @ 104:cf808b4c4290 r20-1b4
Import from CVS: tag r20-1b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:16:51 +0200 |
parents | 131b0175ea99 |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
103:30eda07fe280 | 104:cf808b4c4290 |
---|---|
277 #ifdef emacs | 277 #ifdef emacs |
278 ,REG_ESYNTAX /* Invalid syntax designator. */ | 278 ,REG_ESYNTAX /* Invalid syntax designator. */ |
279 #endif | 279 #endif |
280 #ifdef MULE | 280 #ifdef MULE |
281 ,REG_ERANGESPAN /* Ranges may not span charsets. */ | 281 ,REG_ERANGESPAN /* Ranges may not span charsets. */ |
282 ,REG_ECATEGORY /* Invalid category designator */ | |
282 #endif | 283 #endif |
283 } reg_errcode_t; | 284 } reg_errcode_t; |
284 | 285 |
285 /* This data structure represents a compiled pattern. Before calling | 286 /* This data structure represents a compiled pattern. Before calling |
286 the pattern compiler, the fields `buffer', `allocated', `fastmap', | 287 the pattern compiler, the fields `buffer', `allocated', `fastmap', |