[patches] [PATCH 3/7] sql: add missing header guard to sqliteLimit.h

Konstantin Osipov kostja at tarantool.org
Thu Mar 29 17:31:01 MSK 2018


* Vladislav Shpilevoy <v.shpilevoy at tarantool.org> [18/02/28 22:41]:
> Signed-off-by: Vladislav Shpilevoy <v.shpilevoy at tarantool.org>
> ---
>  src/box/sql/sqliteLimit.h | 4 ++++
>  1 file changed, 4 insertions(+)

Ditto, it's a no-brainer and has nothing to do with the ticket. 
It's OK to push, please push separately.

> 
> diff --git a/src/box/sql/sqliteLimit.h b/src/box/sql/sqliteLimit.h
> index 76ca71d26..5c4fd1a41 100644
> --- a/src/box/sql/sqliteLimit.h
> +++ b/src/box/sql/sqliteLimit.h
> @@ -1,3 +1,5 @@
> +#ifndef TARANTOOL_SQL_SQLITELIMIT_H_INCLUDED
> +#define TARANTOOL_SQL_SQLITELIMIT_H_INCLUDED
>  /*
>   * Copyright 2010-2017, Tarantool AUTHORS, please see AUTHORS file.
>   *
> @@ -185,3 +187,5 @@ enum {
>   * 40 or stack guard will be triggered.
>   */
>  #define SQL_MAX_COMPILING_TRIGGERS 30
> +
> +#endif /* TARANTOOL_SQL_SQLITELIMIT_H_INCLUDED */
> -- 
> 2.14.3 (Apple Git-98)

-- 
Konstantin Osipov, Moscow, Russia, +7 903 626 22 32
http://tarantool.io - www.twitter.com/kostja_osipov



More information about the Tarantool-patches mailing list