diff options
| author | diederik | 2002-07-25 09:13:42 +0000 |
|---|---|---|
| committer | diederik | 2002-07-25 09:13:42 +0000 |
| commit | 3c74e0df6fda64ec3195f894befed69c0723dc42 (patch) | |
| tree | d7165678ba941a1964511b88dbf33af31044f7df | |
| parent | minor code reorganisation (diff) | |
add PR_Unused for unused function arguments
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1169 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
| -rw-r--r-- | frontend/syntax.dcl | 1 | ||||
| -rw-r--r-- | frontend/syntax.icl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/frontend/syntax.dcl b/frontend/syntax.dcl index 459f9df..968ef13 100644 --- a/frontend/syntax.dcl +++ b/frontend/syntax.dcl @@ -714,6 +714,7 @@ cNonRecursiveAppl :== False | PR_Constructor !SymbIdent !Int ![Expression] | PR_GeneratedFunction !SymbIdent !Int !Index | PR_Curried !SymbIdent !Int + | PR_Unused :: InstanceInfo = II_Empty | II_Node !{! Producer} !FunctionInfoPtr !InstanceInfo !InstanceInfo diff --git a/frontend/syntax.icl b/frontend/syntax.icl index cdfab4a..df17453 100644 --- a/frontend/syntax.icl +++ b/frontend/syntax.icl @@ -686,6 +686,7 @@ cNotVarNumber :== -1 | PR_Constructor !SymbIdent !Int ![Expression] | PR_GeneratedFunction !SymbIdent !Int !Index | PR_Curried !SymbIdent !Int + | PR_Unused :: InstanceInfo = II_Empty | II_Node !{! Producer} !FunctionInfoPtr !InstanceInfo !InstanceInfo |
