summaryrefslogtreecommitdiff
path: root/textproc/nbsed
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-11-20 06:41:35 +0000
committergrant <grant@pkgsrc.org>2004-11-20 06:41:35 +0000
commitabdd66850655ece88f4e9f37d854afc98024f7fc (patch)
treea692716f9c656a87166b8784c7576c24c65209f0 /textproc/nbsed
parent8c5915c9d8d9f0082e151da0fa018a0e1871621a (diff)
downloadpkgsrc-abdd66850655ece88f4e9f37d854afc98024f7fc.tar.gz
sync with src:
no trailing comma at end of enum.
Diffstat (limited to 'textproc/nbsed')
-rw-r--r--textproc/nbsed/files/defs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/nbsed/files/defs.h b/textproc/nbsed/files/defs.h
index 5800bca22a1..da1111c50dd 100644
--- a/textproc/nbsed/files/defs.h
+++ b/textproc/nbsed/files/defs.h
@@ -1,4 +1,4 @@
-/* $NetBSD: defs.h,v 1.5 2004/09/08 08:37:38 jmmv Exp $ */
+/* $NetBSD: defs.h,v 1.6 2004/11/20 06:41:35 grant Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)defs.h 8.1 (Berkeley) 6/6/93
- * $NetBSD: defs.h,v 1.5 2004/09/08 08:37:38 jmmv Exp $
+ * $NetBSD: defs.h,v 1.6 2004/11/20 06:41:35 grant Exp $
*/
/*-
@@ -70,7 +70,7 @@
* SUCH DAMAGE.
*
* from: @(#)defs.h 8.1 (Berkeley) 6/6/93
- * $NetBSD: defs.h,v 1.5 2004/09/08 08:37:38 jmmv Exp $
+ * $NetBSD: defs.h,v 1.6 2004/11/20 06:41:35 grant Exp $
*/
/*
@@ -79,7 +79,7 @@
enum e_atype {
AT_RE, /* Line that match RE */
AT_LINE, /* Specific line */
- AT_LAST, /* Last line */
+ AT_LAST /* Last line */
};
/*
@@ -161,7 +161,7 @@ struct s_appends {
enum e_spflag {
APPEND, /* Append to the contents. */
- REPLACE, /* Replace the contents. */
+ REPLACE /* Replace the contents. */
};
/*