swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: objectiveC/C question


From: Marcus G. Daniels
Subject: Re: objectiveC/C question
Date: 05 Feb 2000 13:20:04 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "RLR" == Rick Riolo <address@hidden> writes:

RLR> re the extern: presumably I have to have one global (and
RLR> common'd?)  declaration for the extern'd items to be linked to
RLR> though, yes?  Or does it make it 'common' only if it finds
RLR> multiple global definitions?

Without -fno-common, it makes commons for any uninitialized global variables.
There doesn't need to multiple instances.  It's a placeholder until link
time.  With -fno-common, it makes an unintialized global variable
of fixed size.

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]