/[emacs]/emacs/src/regex.c
ViewVC logotype

Diff of /emacs/src/regex.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.202 by ttn, Sun Aug 7 12:33:17 2005 UTC revision 1.203 by dann, Fri Sep 30 22:38:14 2005 UTC
# Line 524  init_syntax_once () Line 524  init_syntax_once ()
524  #define MAX(a, b) ((a) > (b) ? (a) : (b))  #define MAX(a, b) ((a) > (b) ? (a) : (b))
525  #define MIN(a, b) ((a) < (b) ? (a) : (b))  #define MIN(a, b) ((a) < (b) ? (a) : (b))
526    
 /* Type of source-pattern and string chars.  */  
 typedef const unsigned char re_char;  
   
527  typedef char boolean;  typedef char boolean;
528  #define false 0  #define false 0
529  #define true 1  #define true 1

Legend:
Removed from v.1.202  
changed lines
  Added in v.1.203

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26