aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/config.h
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-04-14 14:34:55 -0700
committerGravatar yang-g <yangg@google.com>2016-04-14 14:34:55 -0700
commit9efec8eaad91fa4f5b056f910264b7a5ee9c20fe (patch)
treec6b72c777d34d3aa3b322f18645592a6a3445251 /src/compiler/config.h
parent8302c51049aca7559d4b702b1a6f949d76f2229d (diff)
Add comments to the generated header file
Diffstat (limited to 'src/compiler/config.h')
-rw-r--r--src/compiler/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/config.h b/src/compiler/config.h
index fea976c318..a826dd9744 100644
--- a/src/compiler/config.h
+++ b/src/compiler/config.h
@@ -44,6 +44,7 @@
#define GRPC_CUSTOM_FILEDESCRIPTOR ::google::protobuf::FileDescriptor
#define GRPC_CUSTOM_METHODDESCRIPTOR ::google::protobuf::MethodDescriptor
#define GRPC_CUSTOM_SERVICEDESCRIPTOR ::google::protobuf::ServiceDescriptor
+#define GRPC_CUSTOM_SOURCELOCATION ::google::protobuf::SourceLocation
#endif
#ifndef GRPC_CUSTOM_CODEGENERATOR
@@ -74,6 +75,7 @@ typedef GRPC_CUSTOM_DESCRIPTOR Descriptor;
typedef GRPC_CUSTOM_FILEDESCRIPTOR FileDescriptor;
typedef GRPC_CUSTOM_METHODDESCRIPTOR MethodDescriptor;
typedef GRPC_CUSTOM_SERVICEDESCRIPTOR ServiceDescriptor;
+typedef GRPC_CUSTOM_SOURCELOCATION SourceLocation;
namespace compiler {
typedef GRPC_CUSTOM_CODEGENERATOR CodeGenerator;
typedef GRPC_CUSTOM_GENERATORCONTEXT GeneratorContext;