소스 검색

don't use <null> as unknown position (might trigger html issues when printing callstack in neko)

Nicolas Cannasse 15 년 전
부모
커밋
a273f13e1b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ast.ml

+ 1 - 1
ast.ml

@@ -259,7 +259,7 @@ let is_prefix = function
 
 let base_class_name = snd
 
-let null_pos = { pfile = "<null>"; pmin = -1; pmax = -1 }
+let null_pos = { pfile = "?"; pmin = -1; pmax = -1 }
 
 let punion p p2 =
 	{