Files
mercury/java/library/prolog.java
Fergus Henderson 0d0ef300f1 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.
2003-07-23 08:04:09 +00:00

13 lines
256 B
Java

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