mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-17 14:57:03 +00:00
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:
12
java/library/prolog.java
Normal file
12
java/library/prolog.java
Normal 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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user