wok-current annotate csstidy/stuff/csstidy-1.4-fix-misc.cpp.patch @ rev 21507
updated n2n (1.3.2 -> 2.4)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 02 17:41:52 2019 +0100 (2019-05-02) |
parents | |
children |
rev | line source |
---|---|
al@18686 | 1 --- a/csstidy/misc.cpp |
al@18686 | 2 +++ b/csstidy/misc.cpp |
al@18686 | 3 @@ -16,6 +16,7 @@ |
al@18686 | 4 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
al@18686 | 5 */ |
al@18686 | 6 |
al@18686 | 7 +#include <string.h> |
al@18686 | 8 #include "csspp_globals.hpp" |
al@18686 | 9 |
al@18686 | 10 bool escaped(const string &istring, const int pos) |