More strict checks...

This commit is contained in:
Manoel Trapier
2013-03-18 18:58:21 +01:00
committed by Manoël Trapier
parent a8d9183e25
commit 2bbd5a38de
87 changed files with 473 additions and 537 deletions

View File

@@ -5,6 +5,9 @@
*/
/* F I L E I N F O R M A T I O N S T R U C T U R E */
#ifndef UTIL_CPP_FILE_INFO_H
#define UTIL_CPP_FILE_INFO_H
struct file_info {
unsigned int fil_lino;
char *fil_name;
@@ -16,3 +19,5 @@ struct file_info {
#define WorkingDir finfo.fil_wdir
extern struct file_info finfo; /* input.c */
#endif /* UTIL_CPP_FILE_INFO_H */