X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=modules%2Fsnprintf-posix;h=16b38b7dde1fb6d2409bdeba5ed0f194cf154aed;hb=e4c754e34096c0703a41f6c0e9fb7cc1f007b3ed;hp=28c8fe37e0ce7afc18524fac466f053f8d19993e;hpb=431a5654fefdc324c0f352e8263dcca9cb8ec850;p=gnulib.git diff --git a/modules/snprintf-posix b/modules/snprintf-posix index 28c8fe37e..16b38b7dd 100644 --- a/modules/snprintf-posix +++ b/modules/snprintf-posix @@ -2,6 +2,12 @@ Description: POSIX compatible snprintf() function: print formatted output to a fixed length string +Comment: +This module should not be used as a dependency from a test module, +otherwise when this module occurs as a tests-related module, it will +have side effects on the compilation of the 'vasnprintf' module, if +that module occurs among the main modules in lib/. + Files: m4/snprintf-posix.m4 m4/printf.m4