summaryrefslogtreecommitdiff
path: root/soltools/mkdepend/ifparser.c
AgeCommit message (Collapse)Author
2018-05-27Fix typosAndrea Gelmini
Change-Id: I907e5dbcd7c62344c2c76fe2fdaf1b18ecfecee1 Reviewed-on: https://gerrit.libreoffice.org/54838 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-03-22Fix passing plain char into ctype.h is* functionsStephan Bergmann
Change-Id: I4de56462e1fe5bba3035fec691feda91be88b434
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
stage 1 of replacing usage of various checks for the windows platform with the compiler-defined '_WIN32' macro Change-Id: Iece73abdee530937e0737190b1aa97a46cd3075f Reviewed-on: https://gerrit.libreoffice.org/22390 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-12-09warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)Stephan Bergmann
Change-Id: I2fa40ebe467a65b0d6023883a14c79ff4303bb2f
2014-06-24mkdepend: cleanup indentation and function declarationsNoel Grandin
to make it easier to read Change-Id: Iff0fe055c12358edc1be335ec83d0855cc32f03c Reviewed-on: https://gerrit.libreoffice.org/9877 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-17-Wstrict-prototypesStephan Bergmann
...no reason to not have it enabled for URE C include files and what little real C code is still left. (But note that Clang ignores that warning.) Change-Id: Ia6940f9f940a0c226e9b724331d65c9862ce32e6
2012-10-09fix some lousy formatting that triggers warnings from the compiler pluginLuboš Luňák
Change-Id: I94cafba5363f24d608add6878c72f230f45fdb87
2011-02-03Silence compiler warningsTor Lillqvist
2010-10-28add modelines to .h files as wellCaolán McNamara
2010-03-12cmcfixes73: #i110077# silence soltools warningsCaolán McNamara
2004-04-22#100000# revert ooo20040329 fixSander Vesik
2004-04-21INTEGRATION: CWS ooo20040329 (1.1.92); FILE MERGEDSander Vesik
2004/03/17 12:36:11 waratah 1.1.92.1: #i1858# standard headers for used subroutines
2001-04-18Added makedependNils Fuhrmann