From e95515664a943d8968c492f242a7d4b0729ea4b5 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 22 Feb 2016 12:50:48 -0500 Subject: eshtrans/backend: Generate translation unit ID --- (limited to 'eshtrans/backend/main.esh') diff --git a/eshtrans/backend/main.esh b/eshtrans/backend/main.esh index 884a2c3..485e9be 100644 --- a/eshtrans/backend/main.esh +++ b/eshtrans/backend/main.esh @@ -23,6 +23,7 @@ sh_codegen() local toks="${1}" shift 1 + sh_set_tu_id "${toks}" if printf '%s' "${toks}" | sh_parse_stack; then return 0 else -- cgit v0.9.1