Mercurial > hg > octave-nkf
annotate scripts/deprecated/module.mk @ 18462:fc0ce9eb9d82
don't allow get and set followed by "(" to be recognized as keywords.
* lex.ll (HANDLE_IDENTIFIER): New macro.
(set|get)/{S}*\(): New special-case pattern.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 23 Jan 2014 04:07:32 -0500 |
parents | 2217bc116aa9 |
children | fcd87f68af4f |
rev | line source |
---|---|
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
1 FCN_FILE_DIRS += deprecated |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
2 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
3 deprecated_FCN_FILES = \ |
18109
2217bc116aa9
maint: Dummy merge with gui-release, ignoring all recent backout merges
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
18102
diff
changeset
|
4 deprecated/find_dir_in_path.m \ |
2217bc116aa9
maint: Dummy merge with gui-release, ignoring all recent backout merges
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
18102
diff
changeset
|
5 deprecated/isstr.m |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
6 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
7 FCN_FILES += $(deprecated_FCN_FILES) |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
8 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
9 PKG_ADD_FILES += deprecated/PKG_ADD |
9906 | 10 |
11 DIRSTAMP_FILES += deprecated/$(octave_dirstamp) |