Skip to content
Snippets Groups Projects
Commit 30cc6bbe authored by Luigi Scarso's avatar Luigi Scarso
Browse files

also support {oeps.foo} filenames in openin/out -- tags 1.11.1

parent 3e25aef0
No related branches found
No related tags found
No related merge requests found
2019-10-25 Luigi Scarso <luigi.scarso@gmail.com>
* Also support {oeps.foo} filenames in openin/out
2019-10-22 Luigi Scarso <luigi.scarso@gmail.com>
* *** DROPPED "page_objnum_provider" callback , replaced with "page_order_index" ***
......
#define luatex_svn_revision 7208
#define luatex_svn_revision 7211
......@@ -370,7 +370,17 @@ void do_extension(int immediate)
p = tail;
new_write_whatsit(open_node_size,1);
scan_optional_equals();
scan_file_name();
/* scan_file_name(); */
do {
get_x_token();
} while ((cur_cmd == spacer_cmd) || (cur_cmd == relax_cmd));
back_input();
if (cur_cmd != left_brace_cmd) {
scan_file_name();
} else {
scan_file_name_toks();
}
/* */
open_name(tail) = cur_name;
open_area(tail) = cur_area;
open_ext(tail) = cur_ext;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment