X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/1d8206e9888ca942c039986ffb9c185c80b1e74c..cc501d138bd8af2df02c4cdfeb724224599a476d:/src/builtin.lisp diff --git a/src/builtin.lisp b/src/builtin.lisp index 7bb38e5..1dde0d5 100644 --- a/src/builtin.lisp +++ b/src/builtin.lisp @@ -7,7 +7,7 @@ ;;;----- Licensing notice --------------------------------------------------- ;;; -;;; This file is part of the Sensble Object Design, an object system for C. +;;; This file is part of the Sensible Object Design, an object system for C. ;;; ;;; SOD is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by @@ -316,7 +316,7 @@ static const SodClass *const ~A__cpl[] = { :case :common) :state nil))) (with-module-environment (module) - (dolist (name '("va_list" "size_t" "ptrdiff_t")) + (dolist (name '("va_list" "size_t" "ptrdiff_t" "wchar_t")) (add-to-module module (make-instance 'type-item :name name))) (flet ((header-name (name) (concatenate 'string "\"" (string-downcase name) ".h\""))