blob: 3127313ec639ef12f8c8000a2e9707c2d8b653e0 [file] [log] [blame]
#pragma once
#ifndef GEODE_PDXAUTOSERIALIZER_ASCPPINCLUDE_H_
#define GEODE_PDXAUTOSERIALIZER_ASCPPINCLUDE_H_
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#define GFINCLUDE
#define GFEXCLUDE
#define GFARRAYSIZE(x)
// Helper defines to ignore some GNU g++ constructs
/*
#define __const const
#define __volatile__ volatile
#define __asm__ asm
#define __restrict
#define __attribute__(x)
#define __extension__
#define __builtin_va_list int
*/
#endif // GEODE_PDXAUTOSERIALIZER_ASCPPINCLUDE_H_