Program_version SVN_revision are now const char[]

This commit is contained in:
Thomas BERNARD
2018-05-22 17:34:52 +02:00
parent e4fc1f8e62
commit 56a3c9566d
3 changed files with 5 additions and 5 deletions

View File

@@ -62,8 +62,8 @@
#include "pages.h"
#include "factory.h"
extern char Program_version[]; // generated in pversion.c
extern char SVN_revision[]; // generated in version.c
extern const char Program_version[]; // generated in pversion.c
extern const char SVN_revision[]; // generated in version.c
// Recherche un raccourci clavier:
word * Shortcut(word shortcut_number)