Add missing file; adjust Makefile etc.

This commit is contained in:
Per Bothner 1994-09-17 01:00:09 +00:00
parent 6f52d064e4
commit 87846d8a69
5 changed files with 9 additions and 2 deletions

View file

@ -38,6 +38,7 @@ pr-5020.exp
pr-5022.ch
pr-5022.exp
pr-5646.ch
pr-5646-grt.ch
pr-5646.exp
result.ch
result.exp

View file

@ -1,6 +1,6 @@
Fri Sep 16 16:55:03 1994 Per Bothner (bothner@kalessin.cygnus.com)
* pr-5646.ch, pr-5646.exp, Makefile.in: New testcase.
* pr-5646.ch, pr-5646-grt.ch, pr-5646.exp, Makefile.in: New testcase.
Tue Sep 6 13:21:27 1994 Per Bothner (bothner@kalessin.cygnus.com)

View file

@ -108,6 +108,7 @@ EXECUTABLES = chillvars.exe result.exe \
# To force pr-4975-grt to be compiled before pr-4975, so the
# latter can use the former's grant file.
pr-4975.o: pr-4975-grt.o
pr-5646.o: pr-5646-grt.o
all: $(EXECUTABLES)

View file

@ -0,0 +1,5 @@
x: MODULE
NEWMODE a_set = SET (a, b, c, d);
NEWMODE a_ps = POWERSET a_set;
GRANT a_ps;
END;

View file

@ -1,6 +1,6 @@
y: MODULE
<> USE_SEIZE_FILE "x.grt" <>
<> USE_SEIZE_FILE "pr-5646-grt.grt" <>
SEIZE a_ps;
p: PROC ();