Remove more warns on ncgg
!! Maybe a bug found in ncgg cgg.y with n_coerc call atline 612
This commit is contained in:
committed by
Manoël Trapier
parent
e3b4856beb
commit
08d1784f95
@@ -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 */
|
||||
Reference in New Issue
Block a user