]> granicus.if.org Git - php/commit
this script automatically converts the ugly void php3_... prototypes
authorSascha Schumann <sas@php.net>
Sun, 16 May 1999 11:14:52 +0000 (11:14 +0000)
committerSascha Schumann <sas@php.net>
Sun, 16 May 1999 11:14:52 +0000 (11:14 +0000)
commit5a4c63db531a762e2a2de025b0583293b1e7c679
tree13de2c4e15c47f81e83a85cd1a7c5c17b7e32c55
parented8a7dff62baac1396edd66770bfc70f2f5f8097
this script automatically converts the ugly void php3_... prototypes
to PHP_FUNCTION(...) prototypes. Also kills some unnecessary extern
declarations in front of function prototypes.
scripts/conv_proto [new file with mode: 0755]