From 0a9017bae1989ea7fe2e430943091a359622c6e7 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 4 Oct 1989 15:18:12 +0000 Subject: [PATCH] if to be preprocessed, # should be the first character --- lang/occam/test/sort.ocm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/occam/test/sort.ocm b/lang/occam/test/sort.ocm index a220cff85..74bc88063 100644 --- a/lang/occam/test/sort.ocm +++ b/lang/occam/test/sort.ocm @@ -1,5 +1,5 @@ --- This file contains a recursive call to sorter, so this is not really Occam. #include "dec.ocm" +-- This file contains a recursive call to sorter, so this is not really Occam. var c: seq -- 2.34.1