summaryrefslogtreecommitdiff
path: root/compiler/psub.pas
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-07-20 15:07:34 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-07-20 15:07:34 +0000
commit82405a574b82f1ecd1cb45d18196fc6f0fbd5b4a (patch)
tree9de6ec4386ca249557b6c4ed9c8682024e524eb7 /compiler/psub.pas
parent811b9e822aacb3b9f4d12f7f0191200c647d07e6 (diff)
downloadfpc-genfunc.tar.gz
* parsing of generic functions worksgenfunc
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/genfunc@11420 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/psub.pas')
-rw-r--r--compiler/psub.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/psub.pas b/compiler/psub.pas
index bc062e3b9e..20fb08c0ea 100644
--- a/compiler/psub.pas
+++ b/compiler/psub.pas
@@ -1746,6 +1746,7 @@ implementation
end;
_GENERIC:
read_proc;
+ _SPECIALIZE:
else
break;
end;