errfile.c: add file missing from previous checkin

File was missing from checkin

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin (Intel) 2018-12-13 16:44:35 -08:00
parent 3b91f4c117
commit 78e39ace4b

5
nasmlib/errfile.c Normal file
View File

@ -0,0 +1,5 @@
#include "compiler.h"
#include <stdio.h>
FILE *error_file;