aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-10-08 05:57:08 +0800
committerDan Winship <danw@src.gnome.org>2000-10-08 05:57:08 +0800
commit35919c51941d48a5636581d8a7a88156027c73a3 (patch)
tree7fa16d854cc3570aafba7e8dd45d031665cf416b
parent5e56396c7a4e1366c2e69131bd7f627d600a94e7 (diff)
downloadgsoc2013-evolution-35919c51941d48a5636581d8a7a88156027c73a3.tar.gz
gsoc2013-evolution-35919c51941d48a5636581d8a7a88156027c73a3.tar.zst
gsoc2013-evolution-35919c51941d48a5636581d8a7a88156027c73a3.zip
Fix the semicolons in this rule. Noticed by x-virge.
* src/libical/icalyacc.y (weekday_list): Fix the semicolons in this rule. Noticed by x-virge. * src/test/Makefile.in: While I'm here, remove this from CVS, as it's a generated file. svn path=/trunk/; revision=5781
-rw-r--r--libical/ChangeLog8
-rw-r--r--libical/src/libical/icalyacc.y9
-rw-r--r--libical/src/libicalvcal/vcc.c6
3 files changed, 16 insertions, 7 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog
index 46b70066b0..577da04a9b 100644
--- a/libical/ChangeLog
+++ b/libical/ChangeLog
@@ -1,3 +1,11 @@
+2000-10-07 Dan Winship <danw@helixcode.com>
+
+ * src/libical/icalyacc.y (weekday_list): Fix the semicolons in
+ this rule. Noticed by x-virge.
+
+ * src/test/Makefile.in: While I'm here, remove this from CVS, as
+ it's a generated file.
+
2000-09-12 Ettore Perazzoli <ettore@helixcode.com>
* configure.in: AC_OUTPUT the Makefile in `src' before the stuff
diff --git a/libical/src/libical/icalyacc.y b/libical/src/libical/icalyacc.y
index ce78a439d0..8363594288 100644
--- a/libical/src/libical/icalyacc.y
+++ b/libical/src/libical/icalyacc.y
@@ -6,7 +6,7 @@
DESCRIPTION:
- $Id: icalyacc.y,v 1.6 2000/09/01 15:24:30 jpr Exp $
+ $Id: icalyacc.y,v 1.7 2000/10/07 21:57:08 danw Exp $
$Locker: $
(C) COPYRIGHT 1999 Eric Busboom
@@ -377,10 +377,11 @@ weekday:
weekday_list:
- weekday {dow_pos = 0};
+ weekday {dow_pos = 0}
| DIGITS weekday { dow_pos = atoi($1)}
- | weekday_list COMMA weekday {dow_pos = 0};
- | weekday_list COMMA DIGITS weekday { dow_pos = atoi($3)}
+ | weekday_list COMMA weekday {dow_pos = 0}
+ | weekday_list COMMA DIGITS weekday { dow_pos = atoi($3)}
+ ;
recur_list:
diff --git a/libical/src/libicalvcal/vcc.c b/libical/src/libicalvcal/vcc.c
index b6de83cda4..cb57b6ed58 100644
--- a/libical/src/libicalvcal/vcc.c
+++ b/libical/src/libicalvcal/vcc.c
@@ -368,7 +368,7 @@ static const short yycheck[] = { 7,
41, 11, 57, 23
};
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
-#line 3 "/usr/lib/bison.simple"
+#line 3 "/usr/pkg/share/bison.simple"
/* This file comes from bison-1.28. */
/* Skeleton output parser for bison,
@@ -582,7 +582,7 @@ __yy_memcpy (char *to, char *from, unsigned int count)
#endif
#endif
-#line 217 "/usr/lib/bison.simple"
+#line 217 "/usr/pkg/share/bison.simple"
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
into yyparse. The argument should have type void *.
@@ -1071,7 +1071,7 @@ case 46:
break;}
}
/* the action file gets copied in in place of this dollarsign */
-#line 543 "/usr/lib/bison.simple"
+#line 543 "/usr/pkg/share/bison.simple"
yyvsp -= yylen;
yyssp -= yylen;
vel/electron6/files/ini-1.3.8&id=bc2fcbcf1d563f8afcbb68c2d964a1765d2d64c8'>Update to 2005-11-12 snapshot.lawrance2005-11-146-12/+48 * Remove DEBUG knob which I have never seen in use (so that it does notgerald2005-11-142-24/+0 * - Chase allegro updatepav2005-11-132-2/+4 * With a serious of very ugly hacks, make FreeBSD 6 support work againsilby2005-11-133-0/+64 * - add SHA checksumdinoex2005-11-133-0/+4 * Fix the package (missing creation of empty directories).netchild2005-11-122-1/+3 * Add SHA256 checksumlioux2005-11-112-0/+2 * Update to Wine 0.9.1.gerald2005-11-108-16/+16 * Put SHA256 checksums.matusita2005-11-106-6/+8 * - Add SHA256 checksums.flz2005-11-091-0/+1 * Add SHA256 checksums to the distinfo files.edwin2005-11-091-0/+19 * Update to the first beta version of Wine, 0.9.edwin2005-11-0710-90/+16 * Fix kernel panic after stopping qemu.nork2005-11-064-14/+18 * Inherit KMODDIR.nork2005-11-062-0/+2 * When installed as a package, some (empty) directories are missing. Thisnetchild2005-11-064-11/+62 * Fix build on 4.x.nork2005-11-052-0/+48 * Remove expired portskris2005-11-059-145/+0 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-0510-5/+10 * - Unbreak on amd64: manually run build-locale-archive that is usually runnedpav2005-11-041-6/+7 * - Update maintainer's addresspav2005-11-041-1/+1 * - Update to 0.101pav2005-11-042-14/+15 * BROKEN: Does not build reliablykris2005-11-041-0/+2 * BROKEN on amd64: Incorrect pkg-plistkris2005-11-041-0/+4 * - Update from 0.8.28.r2 to 0.8.28ehaupt2005-11-022-4/+3 * - Reset longterm inactive maintainerpav2005-11-022-2/+2 * - Update to 3.4.0pav2005-11-026-18/+18 * Fix build error.nork2005-10-312-2/+4 * - Update to 2.0.1garga2005-10-312-3/+3 * Update to 0.7.2s.2005.1030.nork2005-10-3112-1134/+42 * Add kqemu 0.7.2, is a kernel module to acceleratenork2005-10-3111-0/+1135 * - Do not allow making an optimized build unless WITH_OPTIMIZED_CFLAGSnovel2005-10-291-1/+8 * BROKEN: Unfetchablekris2005-10-281-0/+2 * BROKEN on ia64: Internal compiler errorkris2005-10-281-0/+4 * BROKEN: Broken dependencykris2005-10-282-0/+4 * respect $PREFIXijliao2005-10-272-15/+12 * - make build without X runningdinoex2005-10-263-4/+20 * - update to 1.17dinoex2005-10-254-72/+41 * - fix dependencydinoex2005-10-251-0/+3 * - require mupen64-rice only in i385dinoex2005-10-251-2/+7 * Reset undeliverable maintainer address:kris2005-10-221-1/+1 * - Update to 2.0pav2005-10-216-58/+27 * - Add one more MASTER_SITEgarga2005-10-201-1/+2 * . register CONFLICTSehaupt2005-10-191-0/+2 * . update to 0.8.28.r2, this release fixes some issues on AMD64ehaupt2005-10-193-36/+12 * The swedish site keeps acting up from pointyhat, so replaceerwin2005-10-181-2/+3 * These install under ${LINUXBASE}/usr/src/ which is an empty directorytrevor2005-10-182-6/+2 * Add an extra master_site, just in case anything happens witherwin2005-10-161-1/+2 * Mention ed(4) emulation is broken in FreeBSD 6.0-RC1.jkim2005-10-152-2/+16 * Correct dependency on rtc - it has resided in /dev/rtc instead ofsilby2005-10-141-1/+1 * Fix installation of 001.vmware.shsilby2005-10-141-3/+3 * Add support to GTK2mnag2005-10-148-46/+76 * Update to 0.32.4 [1]mnag2005-10-1310-20/+109 * Fix last commit, make the fetch actually work.silby2005-10-131-1/+1 * Add a working site to fetch the tar.gz from. No version bumpsilby2005-10-131-1/+1 * - Fix mastersiteerwin2005-10-132-13/+19 * Pet portlint: s/share\/fuse/%%DATADIR/gbarner2005-10-121-40/+40 * Mark as BROKEN: does not fetch. Reset bouncing maintainer.linimon2005-10-101-2/+6 * - reformat the pkg-messagenetchild2005-10-093-46/+10169 * - Now compiles with system compiler on amd64 again (Klaus-J. Wolf)pav2005-10-084-32/+20 * Update mastersites. Reset maintainer at his request.linimon2005-10-072-4/+3 * Fix build on 7.xmnag2005-10-072-1/+3 * - Update to 0.8.25 [1]garga2005-10-065-50/+32 * Change the hz warning so that it doesn't bother you if hz is alreadysilby2005-10-061-1/+1