Comment 9 for bug 698736

Revision history for this message
Gag (renaud-gaglione) wrote :

This should be better. Sorry for my misunderstanding.

;;;;;;;;;;;;;;;; mod RG ;;;;;;;;;;;;;;;;;;;;
    (let ((param (gnetlist:get-package-attribute package "param")))
        (if (not (string=? param "unknown"))
  (display (string-append param "\n" ) port))
    )
(newline port)
;;;;;;;;;;;;;;;; end mod RG ;;;;;;;;;;;;;;;;;;;;