diff options
| author | Emilio Jesus Gallego Arias | 2017-05-24 17:24:46 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-05-24 17:41:21 +0200 |
| commit | 6f2c19a1054ce58927dfa5b33131c3665fd5fdf8 (patch) | |
| tree | b8a60ea2387f14a415d53a3cd9db516e384a5b4f /lib/aux_file.ml | |
| parent | a02f76f38592fd84cabd34102d38412f046f0d1b (diff) | |
| parent | 28f8da9489463b166391416de86420c15976522f (diff) | |
Merge branch 'trunk' into located_switch
Diffstat (limited to 'lib/aux_file.ml')
| -rw-r--r-- | lib/aux_file.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/aux_file.ml b/lib/aux_file.ml index fe6e873883..09a254e9d9 100644 --- a/lib/aux_file.ml +++ b/lib/aux_file.ml @@ -58,7 +58,7 @@ let record_in_aux_at ?loc key v = let current_loc : Loc.t option ref = ref None -let record_in_aux_set_at ?loc = current_loc := loc +let record_in_aux_set_at ?loc () = current_loc := loc let record_in_aux key v = record_in_aux_at ?loc:!current_loc key v |
