[anjuta] bgo #763115 - Anjuta builds are not reproducible



commit 19bd28512e07e3e60209dbf61e26894eb97ef046
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Tue Jun 6 22:03:17 2017 +0200

    bgo #763115 - Anjuta builds are not reproducible

 plugins/symbol-db/anjuta-tags/main.c |    7 +------
 plugins/symbol-db/anjuta-tags/qdos.c |    1 -
 2 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/plugins/symbol-db/anjuta-tags/main.c b/plugins/symbol-db/anjuta-tags/main.c
index 944f5a6..c401618 100644
--- a/plugins/symbol-db/anjuta-tags/main.c
+++ b/plugins/symbol-db/anjuta-tags/main.c
@@ -96,12 +96,7 @@ static struct { long files, lines, bytes; } Totals = { 0, 0, 0 };
 #ifdef AMIGA
 # include "ctags.h"
   static const char *VERsion = "$VER: "PROGRAM_NAME" "PROGRAM_VERSION" "
-# ifdef __SASC
-  __AMIGADATE__
-# else
-  __DATE__
-# endif
-  " "AUTHOR_NAME" $";
+  AUTHOR_NAME" $";
 #endif
 
 /*
diff --git a/plugins/symbol-db/anjuta-tags/qdos.c b/plugins/symbol-db/anjuta-tags/qdos.c
index 2adb8c3..f00771a 100644
--- a/plugins/symbol-db/anjuta-tags/qdos.c
+++ b/plugins/symbol-db/anjuta-tags/qdos.c
@@ -26,7 +26,6 @@ long _stack          = 24576;  /* Plenty of stack space */
 long _memincr        = 10240;  /* Big increments to cut fragmentation */
 char _prog_name []   = "ctags";
 char _version []     = PROGRAM_VERSION;
-char _copyright [32] = __DATE__;
 char *_endmsg        = "\nPress a key to exit.";
 int  custom_expand (char * param, char ***argvptr, int *argcptr);
 int  (*_cmdwildcard) ()  = custom_expand;


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