7 |
and semantics are as close as possible to those of the Perl 5 language. |
and semantics are as close as possible to those of the Perl 5 language. |
8 |
|
|
9 |
Written by Philip Hazel |
Written by Philip Hazel |
10 |
Copyright (c) 1997-2008 University of Cambridge |
Copyright (c) 1997-2009 University of Cambridge |
11 |
|
|
12 |
----------------------------------------------------------------------------- |
----------------------------------------------------------------------------- |
13 |
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
560 |
#define REQ_VARY 0x0200 /* reqbyte followed non-literal item */ |
#define REQ_VARY 0x0200 /* reqbyte followed non-literal item */ |
561 |
|
|
562 |
/* Miscellaneous definitions. The #ifndef is to pacify compiler warnings in |
/* Miscellaneous definitions. The #ifndef is to pacify compiler warnings in |
563 |
environments where these macros are defined elsewhere. */ |
environments where these macros are defined elsewhere. Unfortunately, there |
564 |
|
is no way to do the same for the typedef. */ |
565 |
|
|
|
#ifndef FALSE |
|
566 |
typedef int BOOL; |
typedef int BOOL; |
567 |
|
|
568 |
|
#ifndef FALSE |
569 |
#define FALSE 0 |
#define FALSE 0 |
570 |
#define TRUE 1 |
#define TRUE 1 |
571 |
#endif |
#endif |