Remove more warns on ncgg

!! Maybe a bug found in ncgg cgg.y with n_coerc call atline 612
This commit is contained in:
Manoel Trapier
2013-03-19 13:26:07 +01:00
committed by Manoël Trapier
parent e3b4856beb
commit 08d1784f95
32 changed files with 340 additions and 81 deletions

View File

@@ -4,6 +4,9 @@
*/
/* $Id$ */
#ifndef H_CGG_CG_H
#define H_CGG_CG_H
/* offsets of interesting fields in EM-pattern */
#define PO_HASH 0
@@ -165,3 +168,5 @@ typedef struct { /* one to one coercions */
if ((a=((*(b)++)&BMASK)) >= 128) {\
a = ((a-128)<<BSHIFT) | (*(b)++&BMASK); \
}
#endif /* H_CGG_CG_H */