Software /
code /
prosody
Comparison
util-src/encodings.c @ 7835:a809dcfd0c5b
util-src/*.c: Squeeze repeated blank lines
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 23 Jan 2017 18:33:35 +0100 |
parent | 7818:54669df178c2 |
child | 7889:b8d694646597 |
comparison
equal
deleted
inserted
replaced
7834:a2081d28bd22 | 7835:a809dcfd0c5b |
---|---|
248 static const luaL_Reg Reg_utf8[] = { | 248 static const luaL_Reg Reg_utf8[] = { |
249 { "valid", Lutf8_valid }, | 249 { "valid", Lutf8_valid }, |
250 { "length", Lutf8_length }, | 250 { "length", Lutf8_length }, |
251 { NULL, NULL } | 251 { NULL, NULL } |
252 }; | 252 }; |
253 | |
254 | 253 |
255 /***************** STRINGPREP *****************/ | 254 /***************** STRINGPREP *****************/ |
256 #ifdef USE_STRINGPREP_ICU | 255 #ifdef USE_STRINGPREP_ICU |
257 | 256 |
258 #include <unicode/usprep.h> | 257 #include <unicode/usprep.h> |