2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-24 03:52:12 +00:00

Big rename from Boost.Build to B2.

This commit is contained in:
Rene Rivera
2020-03-09 11:08:48 -05:00
parent 16673eb18d
commit 3595602a14
82 changed files with 446 additions and 446 deletions

View File

@@ -151,7 +151,7 @@ OBJECT * make_class_module( LIST * xname, LIST * bases, FRAME * frame )
{
/*
Initialize variables that Boost.Build inserts in every object.
Initialize variables that B2 inserts in every object.
We want to avoid creating the object's hash if it isn't needed.
*/
int num = class_module->num_fixed_variables;