Fix bug in dynamic initialization code: the nonce must be quoted.
authorTaylor R. Campbell <net/mumble/campbell>
Sun, 8 Jul 2007 16:49:12 +0000 (16:49 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Sun, 8 Jul 2007 16:49:12 +0000 (16:49 +0000)
commit47b17d450230ab7af4b880f2d0b4055f8cfcf15d
tree4a72479e35361658cef61ffa0414bddbf1a53bd3
parentc188fc839755c4fb6b45b814adf6e1c9c659d575
Fix bug in dynamic initialization code: the nonce must be quoted.
Otherwise the C compiler will choke on any file compiled for dynamic
loading.  Was this ever tested??

This same change could be effected in liarc.h by changing
DECLARE_DYNAMIC_INITIALIZATION & DECLARE_DYNAMIC_OBJECT_INITIALIZATION
so that they generate the line

  const char dload_nonce [] = #nonce;

rather than

  const char dload_nonce [] = nonce;
v7/src/compiler/machines/C/cout.scm