Being a bit more strict on warnings (-Wall).

This commit is contained in:
Manoel Trapier
2013-03-18 14:16:36 +01:00
committed by Manoël Trapier
parent 74fb1cff61
commit a262a916dc
22 changed files with 105 additions and 134 deletions

View File

@@ -3,10 +3,15 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#ifndef H_EM_CODE_H
#define H_EM_CODE_H
#include "em_mesX.h"
#include "ansi.h"
void C_flush();
void C_internal_error();
_PROTOTYPE(void C_ms_com, (char *));
_PROTOTYPE(void C_ms_ego, (int, arith, arith, int));
_PROTOTYPE(void C_ms_emx, ( arith, arith));
@@ -34,3 +39,5 @@ _PROTOTYPE(void C_ms_std, (char *, int, int));
#include "em_codeEK.h"
#endif
#endif
#endif /* H_EM_CODE_H */