Annotation of parser3/src/include/pa_types.h, revision 1.2
1.2 ! paf 1: /*
! 2: $Id: pa_threads.h,v 1.4 2001/01/29 12:16:07 paf Exp $
! 3: */
! 4:
1.1 paf 5: #ifndef PA_TYPES_H
6: #define PA_TYPES_H
7:
1.2 ! paf 8: #ifdef HAVE_CONFIG_H
! 9: #include "pa_config.h"
! 10: #endif
! 11:
! 12:
1.1 paf 13: #undef uint
14: typedef unsigned int uint;
1.2 ! paf 15:
! 16: class Origin {
! 17: public:
! 18: #ifndef NO_STRING_ORIGIN
! 19: char *file; // macros file name | load file name | sql query text
! 20: uint line; // file line no | record no
! 21: #endif
! 22: };
1.1 paf 23:
24: #endif
E-mail: