[BACK]Return to test-vasprintf.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/test-vasprintf.c between version 1.1 and 1.2

version 1.1, 2015/03/19 14:57:29 version 1.2, 2015/03/20 15:32:02
Line 15 
Line 15 
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   
   #if defined(__linux__) || defined(__MINT__)
   #define _GNU_SOURCE /* vasprintf() */
   #endif
   
 #include <stdarg.h>  #include <stdarg.h>
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb