diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-12-15 14:42:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-12-15 14:42:41 +0000 |
commit | 56fb922ae41072448e239fa76eb9a4994ff4ca06 (patch) | |
tree | 6055c53e00189f993b5660eb83c407cc1e91ff76 /perl_checker.src/build.mli | |
parent | 0dbfb00bcca5d560c93df23c85c5212dfc004da4 (diff) | |
download | perl_checker-56fb922ae41072448e239fa76eb9a4994ff4ca06.tar perl_checker-56fb922ae41072448e239fa76eb9a4994ff4ca06.tar.gz perl_checker-56fb922ae41072448e239fa76eb9a4994ff4ca06.tar.bz2 perl_checker-56fb922ae41072448e239fa76eb9a4994ff4ca06.tar.xz perl_checker-56fb922ae41072448e239fa76eb9a4994ff4ca06.zip |
have a special debugging build
(esp. to disable closing pipe which disallow debugging back in time)
Diffstat (limited to 'perl_checker.src/build.mli')
-rw-r--r-- | perl_checker.src/build.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl_checker.src/build.mli b/perl_checker.src/build.mli index 49acf6e..3c6641d 100644 --- a/perl_checker.src/build.mli +++ b/perl_checker.src/build.mli @@ -1,2 +1,3 @@ val date : int val fake_packages_dir : string +val debugging : bool |