Revision d24b62132042591ea2a43c9b2b2a4a6f052ef303 authored by Mike Hommey on 09 January 2015, 09:10:00 UTC, committed by Mike Hommey on 09 January 2015, 09:10:00 UTC
Also normalize multiple occurrences of path separators.

--HG--
extra : transplant_source : %B2%C40%9C%EAD%19%1D%B5CZ%E3v%1AO%23%BDa%7Eg
1 parent 04a8f8b
Raw File
Constants.h
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
/* 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 http://mozilla.org/MPL/2.0/. */

/* mfbt math constants. */

#ifndef mozilla_Constants_h
#define mozilla_Constants_h

#ifndef M_PI
#  define M_PI 3.14159265358979323846
#endif

#endif /* mozilla_Constants_h */
back to top