Dan Sugalski wrote:

STRING *foo = CONST_STRING(interpreter, "foobar");

One small warning: the CONST_STRING should always be on its own line and not in a multiline C statement. Preprocessors could get confused about the line number, which is used internally in the CONST_STRING macro.


leo



Reply via email to