DEADSOFTWARE

JVM: Реорганизация всего кода кодогенератора
[dsw-obn.git] / src / oberon-internals.h
index d6c3881d2d54e2cb67f554371479a2c0386153fe..ac6b6959ff7799fb2d3a0ed35576fce40dd99ac8 100644 (file)
@@ -229,7 +229,4 @@ union oberon_expr_t
        oberon_oper_t oper;
 };
 
-extern void
-oberon_error(oberon_context_t * ctx, const char * fmt, ...);
-
 #endif // OBERON_INTERNALS_H