diff options
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -596,8 +596,8 @@ void open_txr_file(val spec_file, val *txr_lisp_p, val *name, val *stream, #ifdef ENOENT except: #endif - uw_throwf(errno_to_file_error(errno), - lit("unable to open ~a"), spec_file_try, nao); + uw_ethrowf(errno_to_file_error(errno), + lit("unable to open ~a"), spec_file_try, nao); } found: |