[m-dev.] cvs diff: more bug fixes for std_util.m
David Glen JEFFERY
dgj at cs.mu.oz.au
Wed Apr 23 12:04:09 AEST 1997
Tyson Richard DOWD wrote:
> library/std_util.m:
> - Don't use SUCCESS_INDICATOR in C code until the very end, as
> it may get clobbered by restore_transient_registers() (this is
> more conservative than we need to be, but should be less
> error-prone for future modifications).
> - Make create_type_info an extern function, before it was
> static, which could cause link errors with --split-c-files.
> - Move declarations of other static functions out of C header
> code, so they will give compile errors in --split-c-files
> rather than link errors.
That's fine, commit away, but I think the log message should be a little
clearer. Mention that compile errors will only occur with --split-c-files if
someone tries to use the static functions where they shouldn't, but that it
will compile fine with --split-c-files at the moment.
love and cuddles,
dgj
--
This .sig deliberately left blank
More information about the developers
mailing list