projects
/
m6w6
/
ext-psi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
650d82f
)
fix extra ws
author
Michael Wallner
<mike@php.net>
Mon, 6 Feb 2017 12:07:40 +0000
(13:07 +0100)
committer
Michael Wallner
<mike@php.net>
Mon, 6 Feb 2017 12:07:40 +0000
(13:07 +0100)
m4/psi/psi_const.m4
patch
|
blob
|
history
diff --git
a/m4/psi/psi_const.m4
b/m4/psi/psi_const.m4
index e0b67a36751726874e0b0f919755157e3592c891..6210ef9ec0f7f6d7a62394756f77784e61a7ecd4 100644
(file)
--- a/
m4/psi/psi_const.m4
+++ b/
m4/psi/psi_const.m4
@@
-9,8
+9,7
@@
psi_add_str_const() {
# Add a pre-defined int constant to $PSI_CONSTS_H
psi_add_int_const() {
PSI_CONSTS="$PSI_CONSTS
- {PSI_T_INT, \"int\", \"psi\\\\$1\", \"$2\", PSI_T_NUMBER},
-"
+ {PSI_T_INT, \"int\", \"psi\\\\$1\", \"$2\", PSI_T_NUMBER},"
}
dnl PSI_CONST(const name, type)