aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/decision_trees
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-12-11 12:24:41 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-11 12:28:06 -0800
commit916b0d5cbea02e85e42a7ca677b594351db36547 (patch)
tree1a7061b71a3f18fe5fd30010aec6ce8abb9298b7 /tensorflow/contrib/decision_trees
parentb4c447ae27f03663eac22ad878914d9e2b9aba17 (diff)
Rename ABSL Macros
This LSC will rename ABSL macros. Most macro will be renamed with ABSL_ prefix. Some might have completely new names. Please see the list of the macros affected. For example, MUST_USE_RESULT will be renamed ABSL_MUST_USE_RESULT The purpose of this LSC is to avoid name conflicts for the ABSL release. To see the details go/absl-macros. PiperOrigin-RevId: 178655181
Diffstat (limited to 'tensorflow/contrib/decision_trees')
-rw-r--r--tensorflow/contrib/decision_trees/proto/generic_tree_model_proto.swig2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/decision_trees/proto/generic_tree_model_proto.swig b/tensorflow/contrib/decision_trees/proto/generic_tree_model_proto.swig
index d3d201afd5..cafb9314ca 100644
--- a/tensorflow/contrib/decision_trees/proto/generic_tree_model_proto.swig
+++ b/tensorflow/contrib/decision_trees/proto/generic_tree_model_proto.swig
@@ -2,7 +2,7 @@
%include "net/proto/swig/protofunc.swig"
-#ifndef MUST_USE_RESULT
+#ifndef ABSL_MUST_USE_RESULT
#error Use this file only as a %include or %import after google.swig.
#endif