ok juanfra@ GNU Cim is a compiler for the programming language Simula (except unspecified parameters to formal or virtual procedures). It offers a class concept, separate compilation with full type checking, interface to external C routines, an application package for process simulation and a coroutine concept. The compiler and run-time system are written in C, and the compiler produces C code that is passed to a C compiler for further processing towards machine code.
16 lines
345 B
Plaintext
16 lines
345 B
Plaintext
$OpenBSD: patch-src_error_c,v 1.1.1.1 2017/12/09 00:21:17 bcallah Exp $
|
|
|
|
Needs ctype.h
|
|
|
|
Index: src/error.c
|
|
--- src/error.c.orig
|
|
+++ src/error.c
|
|
@@ -26,6 +26,7 @@
|
|
* Dette tabellverket brukes s} i forbindelse med utskrift
|
|
* av feilmeldinger. */
|
|
|
|
+#include <ctype.h>
|
|
#include "const.h"
|
|
#include "cimcomp.h"
|
|
#include "error.h"
|