summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-03-19 16:34:23 -0400
committermidipix <writeonce@midipix.org>2016-03-19 16:34:23 -0400
commitf10958966c8895244f8ed92ab957d923aa972806 (patch)
tree032016520bf92f2d4443a83f99d04d4ec67f6b9e /src
parenta66d34390e2668c1fe5ac5be3dea056dbe3c767c (diff)
downloadslibtool-f10958966c8895244f8ed92ab957d923aa972806.tar.bz2
slibtool-f10958966c8895244f8ed92ab957d923aa972806.tar.xz
driver: added annotation comment.
Diffstat (limited to 'src')
-rw-r--r--src/driver/slbt_driver_ctx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c
index e8179c5..b293df6 100644
--- a/src/driver/slbt_driver_ctx.c
+++ b/src/driver/slbt_driver_ctx.c
@@ -27,6 +27,7 @@ SLBT_FLAVOR_SETTINGS(host_flavor_cygwin, "lib",".a", "lib",".dll", "",".exe",
SLBT_FLAVOR_SETTINGS(host_flavor_darwin, "lib",".a", "lib",".dylib", "","", "", "");
+/* annotation strings */
static const char cfgexplicit[] = "command-line argument";
static const char cfghost[] = "derived from <host>";
static const char cfgtarget[] = "derived from <target>";