From d41955c10821fc8f435173efe8cd355cc3693801 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 29 Aug 2016 14:58:16 -0700 Subject: 3279 Stop inlining functions because that will complicate separate compilation. It also simplifies the code without impacting performance. --- 010vm.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '010vm.cc') diff --git a/010vm.cc b/010vm.cc index 6728a0a3..22d9d9ad 100644 --- a/010vm.cc +++ b/010vm.cc @@ -509,7 +509,7 @@ string to_string(const reagent& r) { } // special name for ignoring some products -inline bool is_dummy(const reagent& x) { +bool is_dummy(const reagent& x) { return x.name == "_"; } -- cgit 1.4.1-2-gfad0