﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
541	"define-external does not grok ""const"" qualifier"	sjamaan	felix winkelmann	"I believe the following program should show ""bar"" when run, but it shows {{{#<pointer 0x401f01>}}}

{{{
#!scm
(define-external
  (print_foo ((const c-string) foo))
  void
  (print foo))
((foreign-safe-lambda* void () 
   ""print_foo(\""bar\"");""))
}}}

If I remove the const qualifier, it works."	defect	closed	minor	4.9.0	compiler	4.6.x	fixed	ffi		
