Subversion Repositories wimsdev

Rev

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

Rev 7675 Rev 8102
Line 14... Line 14...
14
 *  along with this program; if not, write to the Free Software
14
 *  along with this program; if not, write to the Free Software
15
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
15
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
 */
16
 */
17
 /* line input / output / translation routines
17
 /* line input / output / translation routines
18
  * and error routines */
18
  * and error routines */
-
 
19
#include "flydraw.h"
19
 
20
 
20
void error(char *p)
21
void error(char *p)
21
{
22
{
22
    fprintf(stderr,"%s %d\n",p,linecnt);
23
    fprintf(stderr,"%s %d\n",p,linecnt);
23
}
24
}