qemacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-commit] qemacs hex.c unihex.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs hex.c unihex.c
Date: Mon, 26 May 2014 20:39:32 +0000

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        14/05/26 20:39:32

Modified files:
        .              : hex.c unihex.c 

Log message:
        remove redundant initializers

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/hex.c?cvsroot=qemacs&r1=1.38&r2=1.39
http://cvs.savannah.gnu.org/viewcvs/qemacs/unihex.c?cvsroot=qemacs&r1=1.23&r2=1.24

Patches:
Index: hex.c
===================================================================
RCS file: /sources/qemacs/qemacs/hex.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- hex.c       2 Apr 2014 12:58:14 -0000       1.38
+++ hex.c       26 May 2014 20:39:31 -0000      1.39
@@ -320,7 +320,6 @@
 
 static ModeDef binary_mode = {
     .name = "binary",
-    .instance_size = 0,
     .mode_probe = NULL,
     .mode_init = binary_mode_init,
     .mode_close = text_mode_close,
@@ -339,7 +338,6 @@
 
 ModeDef hex_mode = {
     .name = "hex",
-    .instance_size = 0,
     .mode_probe = hex_mode_probe,
     .mode_init = hex_mode_init,
     .mode_close = text_mode_close,

Index: unihex.c
===================================================================
RCS file: /sources/qemacs/qemacs/unihex.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- unihex.c    2 Apr 2014 12:58:13 -0000       1.23
+++ unihex.c    26 May 2014 20:39:32 -0000      1.24
@@ -220,7 +220,6 @@
 
 static ModeDef unihex_mode = {
     .name = "unihex",
-    .instance_size = 0,
     .mode_probe = unihex_mode_probe,
     .mode_init = unihex_mode_init,
     .mode_close = text_mode_close,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]