Guest User

Untitled

a guest
Feb 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. diff --git a/parsing/location.ml b/parsing/location.ml
  2. --- a/parsing/location.ml
  3. +++ b/parsing/location.ml
  4. @@ -61,7 +61,7 @@
  5. loc_ghost = false;
  6. };;
  7.  
  8. -let input_name = ref "_none_"
  9. +let input_name = ref ""
  10. let input_lexbuf = ref (None : lexbuf option)
  11.  
  12. (* Terminal info *)
Add Comment
Please, Sign In to add comment