summaryrefslogblamecommitdiff
path: root/rgo/src/fastimpl.c
blob: 3d3e67f6eec8979e94244fcf492c9e57b9138031 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                                                                    


                    
                              
                               
     
                                
      
/*
	Copyright 2022 Gabriel Jensen.
	This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
	If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/

#include <rgo-priv.h>

#include <stdbool.h>
#include <stdint.h>

#if defined(rgo_priv_fastimpl)
bool const rgo_fastimpl = true;
#else
bool const rgo_fastimpl = false;
#endif