]> git.pld-linux.org Git - packages/cproto.git/commit - cproto-varargs.patch
extern variables
authorkloczek <kloczek@pld-linux.org>
Mon, 28 Jan 2002 07:03:59 +0000 (07:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
commitdafca7fcbbe1849729008feacf13d9280bfc5898
tree794b7f9eadd23f3836b6d14237c94cc9a1d31e4b
parent225338fffbba32e712c0cbb6bb0184e01acef451
extern variables
The appending of " = {0}" to extern variables
causes trouble for nearly every compiler.
Run cproto -e and it will generate code like

extern const int foo = {0};

Changed files:
    cproto-varargs.patch -> 1.1
cproto-varargs.patch [new file with mode: 0644]
This page took 0.14173 seconds and 4 git commands to generate.