Return to glob.c CVS log | Up to [local] / OpenXM_contrib2 / asir2000 / parse |
version 1.84, 2013/11/29 08:21:29 | version 1.85, 2014/03/30 10:48:16 | ||
---|---|---|---|
|
|
||
* DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, | * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, | ||
* PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. | * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. | ||
* | * | ||
* $OpenXM: OpenXM_contrib2/asir2000/parse/glob.c,v 1.83 2012/12/17 07:20:45 noro Exp $ | * $OpenXM: OpenXM_contrib2/asir2000/parse/glob.c,v 1.84 2013/11/29 08:21:29 noro Exp $ | ||
*/ | */ | ||
#include "ca.h" | #include "ca.h" | ||
#include "al.h" | #include "al.h" | ||
|
|
||
int little_endian,debug_mode,no_debug_on_error; | int little_endian,debug_mode,no_debug_on_error; | ||
char *asir_libdir; | char *asir_libdir; | ||
char *asir_contrib_dir; | char *asir_contrib_dir; | ||
char *asir_private_dir; | |||
char *asir_pager; | char *asir_pager; | ||
NODE usrf,sysf,noargsysf,ubinf,parif; | NODE usrf,sysf,noargsysf,ubinf,parif; |