Files
mercury/tests/hard_coded/target_mlobjs_c.h
Simon Taylor 48ae8532c0 Fix bugs in my change to allow MLOBJS-module Mmake variables.
Estimated hours taken: 1
Branches: main

Fix bugs in my change to allow MLOBJS-module Mmake variables.

compiler/modules.m:
	$@ make variables are not set in the dependencies of
	a rule, so we need to manually expand the MLOBJS-$@
	in ALL_MLOBJS.

doc/user_guide.texi:
	Document EXTRA_MLOBJS.

tests/hard_coded/Mmakefile:
tests/hard_coded/target_mlobjs.m:
tests/hard_coded/target_mlobjs_c.h:
tests/hard_coded/target_mlobjs_c.c:
	Test case.
2002-01-07 07:48:19 +00:00

2 lines
35 B
C

void c_write_string(char *string);