X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/4323cc97d940b33b5d4dcf886b2d247d0015a8df..c52ab022eab14d252e153ee7518065bac543b8ff:/glib/gtype.lisp diff --git a/glib/gtype.lisp b/glib/gtype.lisp index fb6bf23..4762a7a 100644 --- a/glib/gtype.lisp +++ b/glib/gtype.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gtype.lisp,v 1.63 2007-06-18 13:01:06 espen Exp $ +;; $Id: gtype.lisp,v 1.65 2007-10-17 14:33:50 espen Exp $ (in-package "GLIB") @@ -218,6 +218,7 @@ (let ((outname (tmpname "types"))) (unwind-protect (let ((asdf::*verbose-out* nil)) + #-win32 (asdf:run-shell-command "nm ~A ~A > ~A" #-darwin "--defined-only --dynamic --extern-only" #+darwin "-f -s __TEXT __text" @@ -436,8 +437,8 @@ (register-type 'unsigned-long "gulong") (register-type 'single-float "gfloat") (register-type 'double-float "gdouble") -(register-type 'pathname "gchararray") (register-type 'string "gchararray") +(register-type-alias 'pathname 'string) ;;;; Introspection of type information