scsh-users
[Top] [All Lists]

The AWK loop and macro hacking -- correction

To: scsh@martigny.ai.mit.edu
Subject: The AWK loop and macro hacking -- correction
From: shivers@ai.mit.edu (Olin Shivers)
Date: 01 Apr 1996 12:55:07 -0500
Organization: Artificial Intelligence Lab, MIT
Reply-to: shivers@ai.mit.edu
Did I say

      (awk (get-line port) (line) ((include-list '()))
        ("^(# 1 \")(.*h)(\")" => 
         (lambda (match) (put-nondup-in-list (match:substring match 2))))))

I meant READ-LINE where I wrote GET-LINE.
        -Olin

<Prev in Thread] Current Thread [Next in Thread>
  • The AWK loop and macro hacking -- correction, Olin Shivers <=