From: Frank Schlottmann-G. <fs...@us...> - 2001-04-13 13:50:23
|
Update of /cvsroot/firebird/interbase/jrd In directory usw-pr-cvs1:/tmp/cvs-serv31607/interbase/jrd Modified Files: evl_like.c Log Message: Change to get it compilede under Linux fsg Index: evl_like.c =================================================================== RCS file: /cvsroot/firebird/interbase/jrd/evl_like.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** evl_like.c 2001/04/11 15:43:00 1.2 --- evl_like.c 2001/04/13 13:50:20 1.3 *************** *** 1,4 **** #ifndef EVL_LIKE_INCLUDED_BY_EVL_C ! #error Don't compile this file stand-alone. It gets included by evl.c! #endif --- 1,4 ---- #ifndef EVL_LIKE_INCLUDED_BY_EVL_C ! #error Do not compile this file stand-alone. It gets included by evl.c! #endif |