diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-07-07 15:46:25 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-07-07 15:46:25 +0300 |
commit | 1d8243e10c9e2462adcd72ca34702d33bd896d32 (patch) | |
tree | edf06e7ecaab63a0825616ddd6536e7e4840866e /msg.c | |
parent | edd9b851e6b5b2219f1edaaef50c5e59733349bc (diff) | |
parent | c8b9f5d5ac4e23a394dc79eccbfb824ddee531ef (diff) | |
download | egawk-1d8243e10c9e2462adcd72ca34702d33bd896d32.tar.gz egawk-1d8243e10c9e2462adcd72ca34702d33bd896d32.tar.bz2 egawk-1d8243e10c9e2462adcd72ca34702d33bd896d32.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'msg.c')
-rw-r--r-- | msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ static const char *srcfile = NULL; static int srcline; jmp_buf fatal_tag; -bool fatal_tag_valid = false; +int fatal_tag_valid = 0; /* err --- print an error message with source line and file and record */ |