| 
									
										
										
										
											2010-03-17 02:19:43 -04:00
										 |  |  | ! Copyright (C) 2010 Joe Groff. | 
					
						
							|  |  |  | ! See http://factorcode.org/license.txt for BSD license. | 
					
						
							| 
									
										
										
										
											2010-03-17 02:35:12 -04:00
										 |  |  | USING: alien.c-types alien.parser summary sequences accessors | 
					
						
							|  |  |  | prettyprint ;
 | 
					
						
							| 
									
										
										
										
											2010-03-17 02:19:43 -04:00
										 |  |  | 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 ;
 |