diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-07-07 15:46:07 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-07-07 15:46:07 +0300 |
commit | 02a9d7c4e6d029a0dc0069aa6d68a09c007794aa (patch) | |
tree | a0e617ae444a869bfd9e62d12112ede1c7907d6a /msg.c | |
parent | 612b08553aa3595b55c744a18a51eb844a39592f (diff) | |
parent | c8b9f5d5ac4e23a394dc79eccbfb824ddee531ef (diff) | |
download | egawk-02a9d7c4e6d029a0dc0069aa6d68a09c007794aa.tar.gz egawk-02a9d7c4e6d029a0dc0069aa6d68a09c007794aa.tar.bz2 egawk-02a9d7c4e6d029a0dc0069aa6d68a09c007794aa.zip |
Merge branch 'master' into feature/api-mpfr
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 */ |