update my email address. regenerate parser

This commit is contained in:
Wez Furlong
2010-08-02 00:05:22 +00:00
parent 5350371c65
commit 23af56403c
10 changed files with 407 additions and 349 deletions

View File

@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Wez Furlong <wez@thebrainroom.com> |
| Author: Wez Furlong <wez@php.net> |
+----------------------------------------------------------------------+
*/

View File

@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Wez Furlong <wez@thebrainroom.com> |
| Author: Wez Furlong <wez@php.net> |
+----------------------------------------------------------------------+
*/

File diff suppressed because it is too large Load Diff

View File

@@ -1,16 +1,16 @@
#define PHP_FFI_TOK_ASTERISK 1
#define PHP_FFI_TOK_CALLBACK 2
#define PHP_FFI_TOK_COMMA 3
#define PHP_FFI_TOK_EQUALS 4
#define PHP_FFI_TOK_IDENT 5
#define PHP_FFI_TOK_INTRINSIC 6
#define PHP_FFI_TOK_LBRACE 7
#define PHP_FFI_TOK_LPAREN 8
#define PHP_FFI_TOK_LSQUARE 9
#define PHP_FFI_TOK_RBRACE 10
#define PHP_FFI_TOK_RPAREN 11
#define PHP_FFI_TOK_RSQUARE 12
#define PHP_FFI_TOK_SEMI 13
#define PHP_FFI_TOK_STRING 14
#define PHP_FFI_TOK_STRUCT 15
#define PHP_FFI_TOK_TYPEDEF 16
#define PHP_FFI_TOK_INTRINSIC 2
#define PHP_FFI_TOK_STRUCT 3
#define PHP_FFI_TOK_IDENT 4
#define PHP_FFI_TOK_CALLBACK 5
#define PHP_FFI_TOK_LPAREN 6
#define PHP_FFI_TOK_RPAREN 7
#define PHP_FFI_TOK_SEMI 8
#define PHP_FFI_TOK_COMMA 9
#define PHP_FFI_TOK_EQUALS 10
#define PHP_FFI_TOK_STRING 11
#define PHP_FFI_TOK_LSQUARE 12
#define PHP_FFI_TOK_RSQUARE 13
#define PHP_FFI_TOK_TYPEDEF 14
#define PHP_FFI_TOK_LBRACE 15
#define PHP_FFI_TOK_RBRACE 16

View File

@@ -19,7 +19,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Wez Furlong <wez@thebrainroom.com> |
| Author: Wez Furlong <wez@php.net> |
+----------------------------------------------------------------------+
*/

View File

@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Wez Furlong <wez@thebrainroom.com> |
| Author: Wez Furlong <wez@php.net> |
+----------------------------------------------------------------------+
*/

View File

@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Wez Furlong <wez@thebrainroom.com> |
| Author: Wez Furlong <wez@php.net> |
+----------------------------------------------------------------------+
*/

View File

@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Wez Furlong <wez@thebrainroom.com> |
| Author: Wez Furlong <wez@php.net> |
+----------------------------------------------------------------------+
*/

View File

@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Wez Furlong <wez@thebrainroom.com> |
| Author: Wez Furlong <wez@php.net> |
+----------------------------------------------------------------------+
*/

View File

@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Wez Furlong <wez@thebrainroom.com> |
| Author: Wez Furlong <wez@php.net> |
+----------------------------------------------------------------------+
*/