aboutsummaryrefslogtreecommitdiff
path: root/command-line-arguments.c
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2012-06-24 21:48:34 +0300
committerDavid Bremner <bremner@debian.org>2012-06-29 22:24:17 -0300
commitd796dad4edce71c1cfb245ffd2c438f26c84f804 (patch)
treee0925ff92907b47bcbca85b3523ce69bfbda45fe /command-line-arguments.c
parentae1940cedc16a551b9f20d9ef77400dae26f8020 (diff)
ruby: extern linkage portability improvement
Some C compilers are stricter when it comes to (tentative) definition of a variable -- in those compilers introducing variable without 'extern' keyword always allocates new 'storage' to the variable and linking all these modules fails due to duplicate symbols. This is reimplementation of Charlie Allom's patch: id:"1336481467-66356-1-git-send-email-charlie@mediasp.com", written originally by Ali Polatel. This version has more accurate commit message.
Diffstat (limited to 'command-line-arguments.c')
0 files changed, 0 insertions, 0 deletions