commit | 26c808a82f50edfa0c1208ee1c510b35c8db8d49 | [log] [tgz] |
---|---|---|
author | Peter Johnson <[email protected]> | Sun Nov 26 21:02:59 2006 +0000 |
committer | Peter Johnson <[email protected]> | Sun Nov 26 21:02:59 2006 +0000 |
tree | d9f85a06daf33b5228f1bd98514608809490abe2 | |
parent | 9da99362c9eca819a26709b1ecf3d185623a3cc6 [diff] [blame] |
Rename linemgr.c and linemgr.h to linemap.c and linemap.h. The "manager" part of linemgr is long gone, and the current naming is a little confusing. svn path=/trunk/yasm/; revision=1701
diff --git a/libyasm.h b/libyasm.h index 5ab8726..47af05c 100644 --- a/libyasm.h +++ b/libyasm.h
@@ -54,7 +54,7 @@ #include <libyasm/coretype.h> #include <libyasm/valparam.h> -#include <libyasm/linemgr.h> +#include <libyasm/linemap.h> #include <libyasm/errwarn.h> #include <libyasm/intnum.h>