• Russ Cox's avatar
    allow forward declaration of struct in another file · 9435dc2b
    Russ Cox authored
    (in the same package).
    
    allow forward method declaration to be satisfied
    by implementation in another file (in the same package).
    all methods must be declared in the same file
    as the receiver type.
    
    R=ken
    OCL=30864
    CL=30869
    9435dc2b
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc/xcode Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr Loading commit data...