[m-dev.] disable --split-c-files for --high-level-code

Peter Ross peter.ross at miscrit.be
Tue Oct 24 00:32:12 AEDT 2000


> Index: tests/hard_coded/Mmakefile
> ===================================================================
> RCS file: /home/mercury1/repository/tests/hard_coded/Mmakefile,v
> retrieving revision 1.91
> diff -u -d -r1.91 Mmakefile
> --- tests/hard_coded/Mmakefile	2000/10/11 03:01:12	1.91
> +++ tests/hard_coded/Mmakefile	2000/10/23 13:05:24
> @@ -115,8 +115,13 @@
>  	write \
>  	write_reg1
>  
> -SPLIT_PROGS = \
> -	split_c_files
> +# univ.m does not work in the hlc.* grades because unification of univ
> +# values is not yet implemented.
> +ifeq "$(findstring hl,$(GRADE))" ""
> +SPLIT_PROGS = split_c_files
> +else
> +SPLIT_PROGS =
> +endif
>  
The comment doesn't make sense, plus we do unify univs now so we should
turn that test back on.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list