Files
mercury/compiler
Peter Ross 8317bef7f5 Fix a bug where
Estimated hours taken: 0.25
Branches: main

Fix a bug where
	:- pragma foreign_code("C#", "static int foo = 0").
would generate the following code fragment:
	static int foo = 0;#line 15
and similarly for pragma foreign_decl.

This is tested in tests/hard_coded/typeclasses/impure_methods.m.

mlds_to_managed.m:
	For pragma foreign_code and foreign_decl output a "\n" after
	the code, so that any line number declaration occurs on a
	newline.
2002-11-28 13:05:20 +00:00
..
2002-10-10 06:01:48 +00:00
2002-09-30 11:12:36 +00:00
2002-09-15 18:52:19 +00:00
2002-07-18 07:53:20 +00:00
2002-09-27 06:59:17 +00:00
2002-09-12 13:18:27 +00:00
2002-11-28 13:05:20 +00:00
2002-03-25 19:27:29 +00:00