/* tac - concatenate and print files in reverse
- Copyright (C) 1988-1991, 1995-2004 Free Software Foundation, Inc.
+ Copyright (C) 1988-1991, 1995-2005 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
compiled_separator.allocated = 100;
compiled_separator.buffer = xmalloc (compiled_separator.allocated);
compiled_separator.fastmap = xmalloc (256);
- compiled_separator.translate = 0;
+ compiled_separator.translate = NULL;
error_message = re_compile_pattern (separator, strlen (separator),
&compiled_separator);
if (error_message)