From e03336d800ed3ccdfe573705d78ef90ed6368899 Mon Sep 17 00:00:00 2001 From: johnvg Date: Fri, 20 Feb 2004 16:46:47 +0000 Subject: move prototype of UserDefinedArrayFunctions to this file git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1454 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backendC/CleanCompilerSources/statesgen.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backendC/CleanCompilerSources/statesgen.h b/backendC/CleanCompilerSources/statesgen.h index 63c6bdd..c8f9f8e 100644 --- a/backendC/CleanCompilerSources/statesgen.h +++ b/backendC/CleanCompilerSources/statesgen.h @@ -30,3 +30,5 @@ extern void DetermineNodeState (Node node); extern void ConvertTypeToState (TypeNode type,States state,StateKind kind); extern int optimise_strict_tuple_result_functions; + +extern PolyList UserDefinedArrayFunctions; -- cgit v1.2.3