--- parser3/src/include/pa_common.h 2003/01/21 15:51:09 1.89 +++ parser3/src/include/pa_common.h 2003/04/11 15:00:05 1.92 @@ -8,7 +8,7 @@ #ifndef PA_COMMON_H #define PA_COMMON_H -static const char* IDENT_COMMON_H="$Date: 2003/01/21 15:51:09 $"; +static const char* IDENT_COMMON_H="$Date: 2003/04/11 15:00:05 $"; #include "pa_pool.h" #include "pa_string.h" @@ -203,13 +203,6 @@ char *lsplit(char **string_ref,char deli char *rsplit(char *string, char delim); char *format(Pool& pool, double value, char *fmt); -#ifndef max -inline int max(int a, int b) { return a>b?a:b; } -inline int min(int a, int b){ return ab?a:b; } -inline size_t min(size_t a, size_t b){ return a