Forgotten change for new module language
This commit is contained in:
		
							parent
							
								
									5aee745efb
								
							
						
					
					
						commit
						4c19b80a6e
					
				|  | @ -1,4 +1,4 @@ | ||||||
| ; Copyright (c) 1993-1999 by Richard Kelsey and Jonathan Rees. See file COPYING. | ; Copyright (c) 1993-2000 by Richard Kelsey and Jonathan Rees. See file COPYING. | ||||||
| 
 | 
 | ||||||
| ; Link script. | ; Link script. | ||||||
| 
 | 
 | ||||||
|  | @ -30,7 +30,7 @@ | ||||||
| 	(l '())) | 	(l '())) | ||||||
|     (for-each (lambda (int) |     (for-each (lambda (int) | ||||||
| 		(for-each-declaration | 		(for-each-declaration | ||||||
| 		     (lambda (name type) | 		     (lambda (name package-name type) | ||||||
| 		       (if (not (assq name l)) | 		       (if (not (assq name l)) | ||||||
| 			   (let ((s (eval name env))) | 			   (let ((s (eval name env))) | ||||||
| 			     (if (structure? s) | 			     (if (structure? s) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 mainzelm
						mainzelm