Mercurial > hg > Applications > Grep
comparison c/regexParser/error.cc @ 116:66c633575b53 pairPro
remove error and warning
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 24 Nov 2015 17:07:08 +0900 |
parents | ca30f8334741 |
children |
comparison
equal
deleted
inserted
replaced
115:ca30f8334741 | 116:66c633575b53 |
---|---|
1 #include <stdio.h> | 1 #include <stdio.h> |
2 #include "error.h" | |
2 | 3 |
3 void mallocFailedMessage() { | 4 void mallocFailedMessage() { |
4 fprintf(stderr, "Failed to allocate memory.\n"); | 5 fprintf(stderr, "Failed to allocate memory.\n"); |
5 exit(-1); | 6 exit(-1); |
6 } | 7 } |