diff options
Diffstat (limited to 'science/mpqc')
-rw-r--r-- | science/mpqc/files/patch-::src::bin::mpqc::parse.yy | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/science/mpqc/files/patch-::src::bin::mpqc::parse.yy b/science/mpqc/files/patch-::src::bin::mpqc::parse.yy deleted file mode 100644 index b889544bc544..000000000000 --- a/science/mpqc/files/patch-::src::bin::mpqc::parse.yy +++ /dev/null @@ -1,18 +0,0 @@ ---- src/bin/mpqc/parse.yy.orig Mon Nov 18 17:18:27 2002 -+++ src/bin/mpqc/parse.yy Mon Nov 18 17:18:43 2002 -@@ -117,6 +117,7 @@ - ; - - molecule: molecule_options_list atoms -+ ; - - atoms: atoms atom - | -@@ -124,6 +125,7 @@ - - atom: string string string string atom_options_list - { add_atom($1,$2,$3,$4); } -+ ; - - atom_options_list: - T_BEG_OPT atom_options T_END_OPT |