We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5d760 commit 089741cCopy full SHA for 089741c
extra/replace.c
@@ -1,5 +1,5 @@
1
/*
2
- Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
3
4
This program is free software; you can redistribute it and/or
5
modify it under the terms of the GNU General Public License
@@ -107,6 +107,10 @@ int main(int argc, char *argv[])
107
char word_end_chars[256],*pos;
108
POINTER_ARRAY from,to;
109
REPLACE *replace;
110
+
111
+ fprintf(stderr, "Warning: replace is deprecated and will be removed in a "
112
+ "future version.\n");
113
114
MY_INIT(argv[0]);
115
116
if (static_get_options(&argc,&argv))
0 commit comments