chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e3b11df
)
Fixed typo
author
espen
<espen>
Thu, 31 Aug 2006 20:40:56 +0000
(20:40 +0000)
committer
espen
<espen>
Thu, 31 Aug 2006 20:40:56 +0000
(20:40 +0000)
glib/gtype.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gtype.lisp
b/glib/gtype.lisp
index cc027b4602fa79ab8f7aeb57c4147c073eb45aab..d6b1535ddf3a47e64c133cc0cf45e6e443912e14 100644
(file)
--- 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.
;; 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.5
7 2006-08-31 09:51:08
espen Exp $
+;; $Id: gtype.lisp,v 1.5
8 2006-08-31 20:40:56
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-221,7
+221,7
@@
(defun %find-types-in-library (pathname prefixes ignore)
as symbol = (when line
(let ((pos (position #\Space line :from-end t)))
#-darwin(subseq line (1+ pos))
as symbol = (when line
(let ((pos (position #\Space line :from-end t)))
#-darwin(subseq line (1+ pos))
- #+darwin
f
+ #+darwin
(when (char= (char line (1- pos)) #\T)
(subseq line (+ pos 2)))))
while line
(when (char= (char line (1- pos)) #\T)
(subseq line (+ pos 2)))))
while line