- Renamed nearly all files. Now, we try to use singular terms.

Exception: states.h is the plural form.
This commit is contained in:
ccremers
2004-07-24 19:07:29 +00:00
parent bf991aa993
commit 60b02eea0e
34 changed files with 58 additions and 212 deletions

View File

@@ -1,9 +1,9 @@
#ifndef MGU
#define MGU
#include "terms.h"
#include "termlists.h"
#include "substitutions.h"
#include "term.h"
#include "termlist.h"
#include "substitution.h"
//! A special constant do denote failure.
/**