comparison src/pt-id.h @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents fd0a3ac60b0e
children 72c96de7a403
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
70 virtual bool is_black_hole (void) { return false; } 70 virtual bool is_black_hole (void) { return false; }
71 71
72 // Try to find a definition for an identifier. Here's how: 72 // Try to find a definition for an identifier. Here's how:
73 // 73 //
74 // * If the identifier is already defined and is a function defined 74 // * If the identifier is already defined and is a function defined
75 // in an function file that has been modified since the last time 75 // in an function file that has been modified since the last time
76 // we parsed it, parse it again. 76 // we parsed it, parse it again.
77 // 77 //
78 // * If the identifier is not defined, try to find a builtin 78 // * If the identifier is not defined, try to find a builtin
79 // variable or an already compiled function with the same name. 79 // variable or an already compiled function with the same name.
80 // 80 //