Mercurial > hg > index.cgi
diff lwasm/lwasm.h @ 467:a6c9129e5948
Move version header into a common direction to better reflect what it is.
The version header isn't really associated with lwlib itself since that is
intended to be some generic type routines that can be used by other
programs. It is, however, directly associated with lwtools. Thus, it should
be related to lwtools itself rather than the more generic lwlib.
author | William Astle <lost@l-w.ca> |
---|---|
date | Thu, 01 Mar 2018 21:25:51 -0700 |
parents | cad5937314cb |
children | 2c1c5dd84024 |
line wrap: on
line diff
--- a/lwasm/lwasm.h Sat Feb 17 00:13:46 2018 -0700 +++ b/lwasm/lwasm.h Thu Mar 01 21:25:51 2018 -0700 @@ -29,7 +29,8 @@ #include <lw_expr.h> #include <lw_stringlist.h> #include <lw_stack.h> -#include <lw_version.h> + +#include <version.h> // these are allowed chars BELOW 0x80 for symbols // first is symbol start chars, second is anywhere in symbol