[BACK]Return to anal.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / src / language

Diff for /OpenXM_contrib/pari-2.2/src/language/Attic/anal.c between version 1.1 and 1.2

version 1.1, 2001/10/02 11:17:10 version 1.2, 2002/07/25 08:06:08
Line 606  err_match(char *s, char c)
Line 606  err_match(char *s, char c)
 }  }
   
 #define match2(s,c) if (*s != c) err_match(s,c);  #define match2(s,c) if (*s != c) err_match(s,c);
 #define match(c) ({match2(analyseur, c); analyseur++;})  #define match(c) do {match2(analyseur, c); analyseur++;} while (0)
   
 static long  static long
 readlong()  readlong()

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>