openbsd-ports/lang/cim/patches/patch-lib_upcase_c
bcallah 73c8c3302a Import lang/cim, the GNU Simula compiler.
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.
2017-12-09 00:21:17 +00:00

16 lines
356 B
Plaintext

$OpenBSD: patch-lib_upcase_c,v 1.1.1.1 2017/12/09 00:21:17 bcallah Exp $
Needs ctype.h
Index: lib/upcase.c
--- lib/upcase.c.orig
+++ lib/upcase.c
@@ -17,6 +17,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <ctype.h>
#include "cim.h"
/******************************************************************************