11 lines
377 B
Factor
11 lines
377 B
Factor
! Copyright (C) 2010 Joe Groff.
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
USING: alien.c-types alien.parser summary sequences accessors
|
|
prettyprint ;
|
|
IN: alien.debugger
|
|
|
|
M: no-c-type summary name>> unparse "“" "” is not a C type" surround ;
|
|
|
|
M: *-in-c-type-name summary
|
|
name>> "Cannot define a C type “" "” that ends with an asterisk (*)" surround ;
|