00001 #ifndef Se_Formula_Scanner_Link_Included 00002 #define Se_Formula_Scanner_Link_Included 00003 00004 #define SE_END 0 00005 #define SE_DATA 1 00006 #define SE_ANY 2 00007 #define SE_ERROR 3 00008 00009 00010 #endif