summaryrefslogtreecommitdiff
path: root/Build/source/texk/ps2pk/strexpr.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ps2pk/strexpr.h')
-rw-r--r--Build/source/texk/ps2pk/strexpr.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/Build/source/texk/ps2pk/strexpr.h b/Build/source/texk/ps2pk/strexpr.h
deleted file mode 100644
index 6012a8be56f..00000000000
--- a/Build/source/texk/ps2pk/strexpr.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * File: strexpr.h
- * Purpose: calculate value from algebraic string expression
- * Version: 1.0 (Nov 1995)
- * Author: Piet Tutelaers
- */
-
-/*
- * Evaluate the algebraic expression contained in <expression>. The
- * value will be assigned to <result>. When errors are encountered
- * non-zero (if program is not aborted) is returned otherwise zero.
- */
-int strexpr(int *result, char *expression);