This change fixes a problem which caused some programs to not compile

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.
This commit is contained in:
Fergus Henderson
2003-07-23 08:04:09 +00:00
parent 2023bb2d67
commit 0d0ef300f1

12
java/library/prolog.java Normal file
View File

@@ -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
{
}