[m-rev.] trivial diff: add java/library/prolog.m

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Jul 23 18:03:50 AEST 2003


Estimated hours taken: 0.1
Branches: main

This change fixes a problem which caused some programs to
not compile in grade `java'.

java/library/prolog.java:
	New file.  Just a stub, like most of the other *.java files in
	this directory.

Workspace: /home/ceres/fjh/mercury
Index: java/library/prolog.java
===================================================================
RCS file: java/library/prolog.java
diff -N java/library/prolog.java
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ java/library/prolog.java	6 Jun 2003 08:05:52 -0000
@@ -0,0 +1,12 @@
+//
+// Copyright (C) 2003 The University of Melbourne.
+// This file may only be copied under the terms of the GNU Library General
+// Public License - see the file COPYING.LIB in the Mercury distribution.
+//
+//
+
+package mercury;
+
+public class prolog 
+ { 
+ }

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list