Subversion Repositories wimsdev

Rev

Rev 8148 | Rev 11123 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8148 Rev 8195
Line 16... Line 16...
16
 */
16
 */
17
/* line input / output / translation routines
17
/* line input / output / translation routines
18
 * and error routines
18
 * and error routines
19
 */
19
 */
20
 
20
 
21
#include <stdarg.h>
-
 
22
#include "../Lib/libwims.h"
21
#include "../Lib/libwims.h"
23
#include "oef2wims.h"
22
#include "oef2wims.h"
24
 
23
 
25
/* critical error situation */
24
/* critical error situation */
26
void error(char *s)
25
void oef_error(char *s)
27
{
26
{
28
    /* fputs(s,stderr); */
27
    /* fputs(s,stderr); */
29
    if(badpar!=NULL) {
28
    if(badpar!=NULL) {
30
     char *p; int i,t,v;
29
     char *p; int i,t,v;
31
     char buf[128];
30
     char buf[128];