blob: 698769adb62adea9649c11c2b220796c372c4d8e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- lib/dialyzer/src/dialyzer.hrl.src.orig
+++ lib/dialyzer/src/dialyzer.hrl.src
@@ -22,7 +22,7 @@
%% Values will be set by the Makefile
-define(DEFAULT_LIBS, %DEF_LIBS%).
--define(DIALYZER_DIR, %DIALYZER_DIR%).
+-define(DIALYZER_DIR, code:lib_dir (dialyzer)).
-record(analysis, {analysis_pid, core_transform=cerl_typean,
defines=[], doc_plt,
|