repo.or.cz
/
nedit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Committed SF patch #963120: Open tab in window on current desktop.
[nedit.git]
/
source
/
parse.h
blob
4fc8180ab72945f6d31479bf912f983f7fc6f9ac
1
/* $Id: parse.h,v 1.5 2002/07/11 21:18:10 slobasso Exp $ */
2
3
#ifndef NEDIT_PARSE_H_INCLUDED
4
#define NEDIT_PARSE_H_INCLUDED
5
6
#include
"interpret.h"
7
8
Program
*
ParseMacro
(
char
*
expr
,
char
**
msg
,
char
**
stoppedAt
);
9
10
#endif
/* NEDIT_PARSE_H_INCLUDED */