sanity check function

This commit is contained in:
Ben Gras 2009-01-20 13:43:18 +00:00
parent 45ec30f6af
commit 86e7e4828e

View file

@ -165,7 +165,7 @@ int line;
vp->v_file= file; vp->v_file= file;
vp->v_line= line; vp->v_line= line;
} }
#endif
/*===========================================================================* /*===========================================================================*
* check_vrefs * * check_vrefs *
@ -260,4 +260,3 @@ PUBLIC int check_vrefs()
} }
return !bad; return !bad;
} }
#endif