view regexParser/error.cc @ 179:6cf8252f3912 pairPro

remove mergeTransition
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Wed, 23 Dec 2015 19:44:48 +0900
parents 3bf2c6d6d53e
children 02031fb73af8
line wrap: on
line source

#include <stdio.h>
#include "error.h"

void mallocFailedMessage() {
    fprintf(stderr, "Failed to allocate memory.\n");
    exit(-1);
}