source:
to-imperative/trunk/compiler/refal/org/refal/plus/compiler/rfp_err.rfi
@
3600
Last change on this file since 3600 was 3600, checked in by yura, 13 years ago | |
---|---|
|
|
File size: 180 bytes |
Line | |
---|---|
1 | // $Id: rfp_err.rfi 3600 2008-03-28 15:20:52Z yura $ |
2 | |
3 | $module "org.refal.plus.compiler.rfp_err"; |
4 | |
5 | $func RFP_Error (e.pos) (e.message) = ; |
6 | $func RFP_Warning (e.pos) (e.message) = ; |
7 | $box Error_Counter ; |
8 | $box Warning_Counter ; |
9 |
Note: See TracBrowser
for help on using the repository browser.