X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2Frepetition.rl;h=328cfa9fd73ac2a8f7bcb06b53a5b59a74c91d29;hb=refs%2Fheads%2Fmaster;hp=b14067ef17923555ba718a73f0792af2ef552aaf;hpb=63b04900bc4debd66f55180e2df9b8c98968c237;p=external%2Fragel.git diff --git a/test/repetition.rl b/test/repetition.rl index b14067e..328cfa9 100644 --- a/test/repetition.rl +++ b/test/repetition.rl @@ -7,6 +7,7 @@ #include #include #include +#include using namespace std; @@ -69,7 +70,7 @@ int Rep::finish( ) return 0; } -void test( char *buf ) +void test( const char *buf ) { Rep rep; int len = strlen( buf );