mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00

The C89 standard and later defines the `<stdarg.h>` header as part of the standard headers [1]. On current systems it is always present and can be included unconditionally. Checking for presence and functionality of the `<stdarg.h>` header and variadic function is not relevant anymore on current systems since this is always available. Also Autoconf suggests relying on at least C89 or above [2] and [3]. The following files were regenerated with re2c 1.0.3: - Zend/zend_language_scanner.c - Zend/zend_language_scanner_defs.h Refs: [1] https://port70.net/~nsz/c/c89/c89-draft.html#4.1.2 [2] http://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/autoconf/headers.m4 [3] https://www.gnu.org/software/autoconf/manual/autoconf-2.69/autoconf.html
15 lines
297 B
C
15 lines
297 B
C
/* Generated by re2c 1.0.1 */
|
|
#line 3 "Zend/zend_language_scanner_defs.h"
|
|
|
|
enum YYCONDTYPE {
|
|
yycST_IN_SCRIPTING,
|
|
yycST_LOOKING_FOR_PROPERTY,
|
|
yycST_BACKQUOTE,
|
|
yycST_DOUBLE_QUOTES,
|
|
yycST_HEREDOC,
|
|
yycST_LOOKING_FOR_VARNAME,
|
|
yycST_VAR_OFFSET,
|
|
yycINITIAL,
|
|
yycST_END_HEREDOC,
|
|
yycST_NOWDOC,
|
|
};
|